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 2789


Ignore:
Timestamp:
2015-06-20T21:04:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2788 r2789  
    195195  (cond
    196196    ((or (endp p) (endp q)) nil)        ;p or q is 0 (represented by NIL)
    197     ;; If p=p0+p1 and q=q0+q1 then p*q=p0*q0+p0*q1+p1*q
     197    ;; If p= p0+p1 and q=q0+q1 then p*q=p0*q0+p0*q1+p1*q
    198198    ((endp (cdr p))
    199199     (multiply-term-by-termlist (car p) q)
Note: See TracChangeset for help on using the changeset viewer.