RE: [Maxima-bugs] [ maxima-Bugs-696818 ] Taylor internal error (rat problem?) (fwd)



On Mon, 3 Mar 2003, Richard Fateman wrote:

> Sometimes changing the GCD algorithm to one without
> a bug in it helps.  gcd:subres for example.

this should probably read 

 gcd:spmod; gcd:ez; work,

 gcd:subres; gcd:red; don't
Quotient by a polynomial of higher degree
 -- an error.  Quitting.  To debug this try DEBUGMODE(TRUE);)

(C14) gcd:eez;

(D14) 				      EEZ
(C15) taylor(asin(sin(x)+e),x,0,2);


Error: EEZGCD is invalid as a function.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by MACSYMA-TOP-LEVEL.
Broken at MACSYMA-TOP-LEVEL.  Type :H for Help.
MAXIMA>>

(is this a known bug?)

Martin