close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1053


Ignore:
Timestamp:
2015-06-10T08:55:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1051 r1053  
    323323  (reduce (ring-gcd ring) (mapcar #'term-coeff (rest (poly-termlist p))) :initial-value (poly-lc p)))
    324324
    325 ;; Return the standard basis of the monomials in n variables
    326325(defun variable-basis (ring n &aux (basis (make-list n)))
    327326  "Generate a list of polynomials X[i], i=0,1,...,N-1."
Note: See TracChangeset for help on using the changeset viewer.