|
|
|
last edited 17 years ago by japp |
| 1 2 3 4 5 6 7 8 | ||
|
Editor: gdr
Time: 2008/05/18 13:42:27 GMT-7 |
||
| Note: | ||
added:
From gdr Sun May 18 13:42:27 -0700 2008
From: gdr
Date: Sun, 18 May 2008 13:42:27 -0700
Subject:
Message-ID: <20080518134227-0700@axiom-wiki.newsynthesis.org>
Status: fix proposed => fixed somewhere
no patch available
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