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:
2016-05-31T22:09:59-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/test1.lisp

    r4073 r4083  
    11(in-package :division)
    2 (use-package :symbolic-polynomial)
     2
    33
    44(let ((f (string->poly "x^2" '(x y)))
     
    88      )
    99  (multiple-value-bind (f c division-count)
    10       (normal-form f fl)
     10      (step (normal-form f fl))
    1111    (format t "Quotient:        ~S~%" (->sexp f))
    1212    (format t "Coefficient:     ~S~%" c)
Note: See TracChangeset for help on using the changeset viewer.