Changeset 890 for branches/f4grobner
- Timestamp:
- 2015-06-09T12:28:27-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/term.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/term.lispr889 r890 54 54 Optionally, the term may appear with an arbitrary coefficient, which 55 55 defaults to the unit of the RING." 56 (make-term (make-monom-variable nvars pos ) coeff))56 (make-term (make-monom-variable nvars pos power) coeff)) 57 57 58 58 (defun term-mul (ring term1 term2) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
