Changeset 714 for branches/f4grobner
- Timestamp:
- 2015-06-08T18:44:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r504 r714 35 35 ;; EXAMPLES: Suppose that variables are x and y. Then 36 36 ;; 37 ;; Monom x*y^2 ---> #(1 2)37 ;; Monom x*y^2 ---> (1 2) 38 38 ;; 39 39 ;;----------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.