Changeset 124
- Timestamp:
- 2015-06-05T12:25:33-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner.lisp
r123 r124 20 20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 21 21 22 (defvar *maxima-ring* *expression-ring*23 "The ring of coefficients, over which all polynomials24 are assumed to be defined.")25 26 22 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 27 23 ;; … … 113 109 :gcd #'gcd) 114 110 "The ring of integers.") 111 112 (defvar *maxima-ring* *ring-of-integers** 113 "The ring of coefficients, over which all polynomials 114 are assumed to be defined.") 115 115 116 116 117
Note:
See TracChangeset
for help on using the changeset viewer.