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 3661


Ignore:
Timestamp:
2015-09-05T21:37:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3659 r3661  
    427427        (declare (ignore c))
    428428        (subtract
    429          (multiply cg (multiply f mf))
    430          (multiply cf (multiply g mg)))))))
     429         (multiply (multiply f mf) cg)
     430         (multiply (multiply g mg) cf))))))
    431431
    432432#|
Note: See TracChangeset for help on using the changeset viewer.