|
|
last edited 16 years ago by japp |
1 2 3 4 5 6 7 8 | ||
Editor: japp
Time: 2008/10/16 18:05:26 GMT-7 |
||
Note: Fixed in OpenAxiom |
added:
From japp Thu Oct 16 18:05:25 -0700 2008
From: japp
Date: Thu, 16 Oct 2008 18:05:25 -0700
Subject: Fixed in OpenAxiom
Message-ID: <20081016180525-0700@axiom-wiki.newsynthesis.org>
The antiderivative should be , however:
integrate(2*atan(x)/(1+x^2),x)
(1) |
D(%,x)
(2) |
D(atan(x)^2,x)
(3) |
Maybe this is related to bug #293, i.e., Axiom choosing the wrong branch of , or #141?
f x == 2*atan(x)+atan(2*x/(x^2-1))
Differentiating, we see that is constant
D(f x,x)
Compiling function f with type Variable(x) -> Expression(Integer)
(4) |
However, is not continuous at 1, and indeed,
numeric f(%pi)
Compiling function f with type Pi -> Expression(Integer)
(5) |
Drawing the function makes the situation quite clear...
Category: Aldor Library Compiler => Axiom Library Status: open => fix proposed Status: fix proposed => fixed somewhereno patch available
http://fricas.svn.sourceforge.net/viewvc/fricas/trunk/src/algebra/gaussian.spad.pamphlet?r1=257&r2=358&view=patch This was done in rev 418 of wh-sandbox, not FriCAS... Yes, but the link is to Fricas not the wh-sandbox. Status: fixed somewhere => fix proposed