|
|
last edited 16 years ago by japp |
1 2 3 4 5 6 7 8 | ||
Editor: kratt6
Time: 2008/10/14 06:20:07 GMT-7 |
||
Note: |
added:
From kratt6 Tue Oct 14 06:20:07 -0700 2008
From: kratt6
Date: Tue, 14 Oct 2008 06:20:07 -0700
Subject:
Message-ID: <20081014062007-0700@axiom-wiki.newsynthesis.org>
This was done in rev 418 of wh-sandbox, not FriCAS...
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