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 1595


Ignore:
Timestamp:
2015-06-14T10:47:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1594 r1595  
    5858(defun ring-intersection (plist k)
    5959  "This function assumes that polynomial list PLIST is a Grobner basis
    60 and it calculates the intersection with the ring R[X[K],...,X[N]], i.e.
     60and it calculates the intersection with the ring R[X[K],...,X[N-1]], i.e.
    6161it discards polynomials which depend on variables X[0], X[1], ..., X[K-1]."
    6262  (dotimes (i k plist)
Note: See TracChangeset for help on using the changeset viewer.