axiom-math
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-math] Curious behavior of Taylor series


From: Martin Rubey
Subject: Re: [Axiom-math] Curious behavior of Taylor series
Date: 21 Aug 2006 12:01:55 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"Igor Khavkine" <address@hidden> writes:

> OK, but the following definitely looks like a bug.
> 
> (279) -> monx := monomial(1,1)$UTS(EXPR INT,x,0)
>    (279)  x
>                          Type: UnivariateTaylorSeries(Expression Integer,x,0)
> (281) -> sqrt(monx*monx)
> (281) ->
>    (281)  1
>                          Type: UnivariateTaylorSeries(Expression Integer,x,0)

Yes, that's a bug. Please submit a report and fix it :-)

you can see what's going on by saying 

)tr UTS )ma

However, it seems that sqrt is not defined in UTS itself. So you'll have to
find out where it is defined and that trace that constructor.

If you need more support, please ask for it.

By the way, the bug even occurs if you work in UTS(FRAC INT, x, 0) :-(

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]