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 888


Ignore:
Timestamp:
2015-06-09T12:27:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r854 r888  
    5454Optionally, the term may appear with an arbitrary coefficient, which
    5555defaults to the unit of the RING."
    56   (declare (fixnum nvars pos power))
    57   (let ((m (make-monom :dimension nvars)))
    58     (setf (monom-elt m pos) power)
    59     (make-term m coeff)))
     56  (let
     57    (make-term (make-monom-variable nvars pos) coeff)))
    6058
    6159(defun term-mul (ring term1 term2)
Note: See TracChangeset for help on using the changeset viewer.