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 2021


Ignore:
Timestamp:
2015-06-17T15:20:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2020 r2021  
    4646
    4747(defun make-term-variable (ring nvars pos
    48                                 &optional
    49                                 (power 1)
    50                                 (coeff 1))
     48                           &optional
     49                             (power 1)
     50                             (coeff (funcall (ring-unit ring))))
    5151  "Construct a term in the polynomial ring RING[X[0],X[1],X[2],...X[NVARS-1]]
    5252over the ring RING which represents a single variable. It assumes
Note: See TracChangeset for help on using the changeset viewer.