close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2379


Ignore:
Timestamp:
2015-06-18T21:35:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2378 r2379  
    8585in the coefficient ring."
    8686  ;;(format t "TERM::R* called with:~&  TERM1: ~A~&  TERM2: ~A~%" term1 term2)
    87   (change-class (call-next-method) 'term))
     87  (let ((result (change-class (call-next-method) 'term)))
     88    (setf (r-coeff result) (r* (r-coeff term1) (r-coeff term2)))))
    8889
    8990#|
Note: See TracChangeset for help on using the changeset viewer.