- Timestamp:
- 2016-05-31T22:09:59-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/test1.lisp
r4073 r4083 1 1 (in-package :division) 2 (use-package :symbolic-polynomial) 2 3 3 4 4 (let ((f (string->poly "x^2" '(x y))) … … 8 8 ) 9 9 (multiple-value-bind (f c division-count) 10 ( normal-form f fl)10 (step (normal-form f fl)) 11 11 (format t "Quotient: ~S~%" (->sexp f)) 12 12 (format t "Coefficient: ~S~%" c)
Note:
See TracChangeset
for help on using the changeset viewer.