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 1962


Ignore:
Timestamp:
2015-06-15T19:25:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r1925 r1962  
    208208  (concatenate `(monom ,dim) m1 m2))
    209209
    210 (defmacro monom-contract (m k)
     210(defun monom-contract (m k)
    211211  "Drop the first K variables in monomial M."
    212   `(setf ,m (subseq ,m ,k)))
     212  (subseq m k)))
    213213
    214214(defun make-monom-variable (nvars pos &optional (power 1)
Note: See TracChangeset for help on using the changeset viewer.