- Timestamp:
- 2015-09-10T17:18:11-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3729 r3732 177 177 (read-poly vars :stream s :order order))) 178 178 179 #| 179 180 (defun poly->alist (p) 180 181 "Convert a polynomial P to an association list. Thus, the format of the … … 187 188 ((and (consp p) (eq (car p) :[)) 188 189 (cons :[ (mapcar #'poly->alist (cdr p)))))) 190 |# 189 191 190 192 (defun string->alist (str vars
Note:
See TracChangeset
for help on using the changeset viewer.