- Timestamp:
- 2015-06-06T10:18:53-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r192 r313 37 37 ;; EXAMPLES: Suppose that variables are x and y. Then 38 38 ;; 39 ;; Monom x*y^2 ---> (1 2)39 ;; Monom x*y^2 ---> #(1 2) 40 40 ;; 41 41 ;;----------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.