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 1766


Ignore:
Timestamp:
2015-06-15T09:48:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1765 r1766  
    443443    (multiple-value-bind (quot rem c division-count)
    444444        (poly-pseudo-divide ring-and-order f fl)
    445       `((mquote)
    446         ((mlist)
    447          ,(poly->maxima :poly-list quot vars)
    448          ,(poly->maxima :polynomial rem vars)
    449          ,c
    450          ,division-count)))))
     445      `((mlist)
     446        ,(poly->maxima :poly-list quot vars)
     447        ,(poly->maxima :polynomial rem vars)
     448        ,c
     449        ,division-count))))
    451450
    452451#|
Note: See TracChangeset for help on using the changeset viewer.