Changeset 1774 for branches/f4grobner
- Timestamp:
 - 2015-06-15T10:15:07-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/mx-grobner.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/mx-grobner.lisp
r1773 r1774 502 502 (if (null pos) 503 503 (merror "~%Variable ~M not in the list of variables ~M." var mvars) 504 (poly-depends-p (maxima->poly p mvars ring-and-order)pos))))504 (poly-depends-p p pos)))) 505 505 506 506 (defmfun $poly_elimination_ideal (flist k vars)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  