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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1590 r1594  
    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+1],...,x[n]], i.e.
    61 it discards polynomials which depend on variables x[0], x[1], ..., x[k]."
     60and it calculates the intersection with the ring R[X[K],...,X[N]], i.e.
     61it discards polynomials which depend on variables X[0], X[1], ..., X[K-1]."
    6262  (dotimes (i k plist)
    6363    (setf plist
Note: See TracChangeset for help on using the changeset viewer.