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 399


Ignore:
Timestamp:
2015-06-06T19:03:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r398 r399  
    3131                                &aux
    3232                                (monom (make-monom nvars :initial-element 0)))
     33  "Construct a term in the polynomial ring RING[X0,X1,X2,...X(NVARS-1)]
     34over the ring RING which represents a single variable. It assumes
     35number of variables NVARS and the variable is at position
     36POS. Optionally, the variable may appear raised to power POWER.
     37Optionally, the term may appear with an arbitrary coefficient, which
     38defaults to the unit of the RING."
    3339  (declare (fixnum nvars pos power))
    3440  (incf (monom-elt monom pos) power)
Note: See TracChangeset for help on using the changeset viewer.