- Timestamp:
- 2015-06-01T22:32:43-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/f4-matrix.lisp
r34 r35 20 20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 21 21 22 (in-package :maxima) 23 24 (macsyma-module f4-maxima) 25 26 (defun poly-monomials (p) 27 (mapcar #'term-monom (poly-termlist p))) 28 29 (defun make-f4-matrix (f fl &aux ml) 30 31 32
Note:
See TracChangeset
for help on using the changeset viewer.