Changeset 620 for branches/f4grobner
- Timestamp:
- 2015-06-07T00:15:41-07:00 (9 years ago)
- Location:
- branches/f4grobner
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r614 r620 136 136 "Parser" 137 137 (let (($f '((MLIST SIMP) ((MPLUS SIMP) $X ((MTIMES SIMP) -1 $Y)) ((MPLUS SIMP) $X $Y))) 138 ($v ((MLIST SIMP) $X $Y)))139 ( parse-poly-list $f $v)))138 ($v '((MLIST SIMP) $X $Y))) 139 (is-true (parse-poly-list $f $v)))) 140 140 141 141 -
branches/f4grobner/ngrobner.lisp
r513 r620 62 62 (defvar *ratdisrep-fun* #'identity 63 63 "A function applied to polynomials after conversion to Maxima representation.") 64 65 66 67 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;68 ;;69 ;; This is how we perform operations on coefficients70 ;; using Maxima functions.71 ;;72 ;; Functions and macros dealing with internal representation structure73 ;;74 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75 76 77 64 78 65 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.