|
|
last edited 16 years ago by japp |
1 2 3 4 5 6 7 8 | ||
Editor: japp
Time: 2008/10/14 06:58:16 GMT-7 |
||
Note: Patch Posting |
added:
From japp Tue Oct 14 06:58:15 -0700 2008
From: japp
Date: Tue, 14 Oct 2008 06:58:15 -0700
Subject: Patch Posting
Message-ID: <20081014065815-0700@axiom-wiki.newsynthesis.org>
Yes, but the link is to Fricas not the wh-sandbox.
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