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 1656


Ignore:
Timestamp:
2015-06-14T20:35:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1655 r1656  
    205205           (mtell "~%Warning: Expression ~%~M~%contains power which is not a positive integer. Parsing as coefficient.~%"
    206206                  expr)
    207            (coerce-coeff *maxima-ring* expr vars))
    208           (t (poly-expt *maxima-ring* (parse (cadr expr)) (caddr expr)))))
     207           (coerce-coeff ring expr vars))
     208          (t (poly-expt ring (parse (cadr expr)) (caddr expr)))))
    209209        (mrat (parse ($ratdisrep expr)))
    210210        (mpois (parse ($outofpois expr)))
    211211        (otherwise
    212          (coerce-coeff *maxima-ring* expr vars)))))))
     212         (coerce-coeff ring expr vars)))))))
    213213
    214214#|
Note: See TracChangeset for help on using the changeset viewer.