Changeset 3098 for branches/f4grobner
- Timestamp:
- 2015-06-21T23:35:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3097 r3098 117 117 (test poly-standard-extension 118 118 "Standard extension" 119 (let* ((p (alist- poly '( ((0) . 1) ((1) . 2))))120 (q (alist- poly '( ((0) . 1) ((2) . 3))))119 (let* ((p (alist->poly '( ((0) . 1) ((1) . 2)))) 120 (q (alist->poly '( ((0) . 1) ((2) . 3)))) 121 121 (plist (list p q)) 122 122 (p-ext (alist->poly '( ((1 0 0) . 1) ((1 0 1) . 2)))) 123 123 (q-ext (alist->poly '( ((0 1 0) . 1) ((0 1 2) . 3)))) 124 (plist-st-ext ( p-ext q-ext)))124 (plist-st-ext (list p-ext q-ext))) 125 125 (is (r-equalp (standard-extension plist) plist-st-ext)))) 126 126
Note:
See TracChangeset
for help on using the changeset viewer.