Menu

#927 gcd:eez not implemented

closed
nobody
Lisp Core (457)
1
2006-05-21
2006-05-15
Raymond Toy
No

Setting gcd to eez, which is documented via describe to
be a valid possibility, causes an error when used.
Maxima says eezgcd not implemented.

This is one way to trigger the message:

gcd:eez;
ratsimp(diff(integrate(1/(x^5+1),x),x));

I suggest changing the documentation to remove the
entry for eez.

Discussion

  • Robert Dodier

    Robert Dodier - 2006-05-21
    • status: open --> closed
     
  • Robert Dodier

    Robert Dodier - 2006-05-21

    Logged In: YES
    user_id=501686

    Cut out refs to unimplemented gcd algorithms $eez and $sphen
    in src/rat3c.lisp and doc/info/Polynomials.texi & committed.
    Closing this report as fixed.

     

Log in to post a comment.