|
|
|
last edited 17 years ago by japp |
| 1 2 3 4 5 6 7 8 | ||
|
Editor: kratt6
Time: 2007/12/20 00:56:46 GMT-8 |
||
| Note: fixed in FriCAS | ||
added:
From kratt6 Thu Dec 20 00:56:46 -0800 2007
From: kratt6
Date: Thu, 20 Dec 2007 00:56:46 -0800
Subject: fixed in FriCAS
Message-ID: <20071220005646-0800@axiom-wiki.newsynthesis.org>
Category: Aldor Library Compiler => Axiom Library
Status: open => fix proposed
The antiderivative should be
, however:
axiomintegrate(2*atan(x)/(1+x^2),x)
| (1) |
axiomD(%,x)
| (2) |
axiomD(atan(x)^2,x)
| (3) |
Maybe this is related to bug #293, i.e., Axiom choosing the wrong branch of
, or #141?
axiomf x == 2*atan(x)+atan(2*x/(x^2-1))
Differentiating, we see that
is constant
axiomD(f x, x)
Compiling function f with type Variable x -> Expression Integer
| (4) |
However,
is not continuous at 1, and indeed,
axiomnumeric 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