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 1963


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r1962 r1963  
    210210(defun monom-contract (m k)
    211211  "Drop the first K variables in monomial M."
    212   (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.