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 4044


Ignore:
Timestamp:
2016-05-31T16:56:16-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-symbolic-poly.lisp

    r4042 r4044  
    6565  (is (equalp (poly->string (string->poly "1" '(x y u w))) "1"))
    6666  (is (equalp (->sexp (string->poly "X^2-Y^2+(-4/3)*U^2*W^3-5" '(x y u w)))
    67               '(+ (EXPT X 2) (* -1 EXPT Y 2) (* -4/3 (EXPT U 2) (EXPT W 3)) -5))))
     67              '(+ (EXPT X 2) (* -1 (EXPT Y 2)) (* -4/3 (EXPT U 2) (EXPT W 3)) -5))))
    6868
    6969
Note: See TracChangeset for help on using the changeset viewer.