|
|
last edited 6 years ago by test1 |
1 2 3 4 5 6 7 8 9 | ||
Editor: alfredo
Time: 2008/08/28 18:44:23 GMT-7 |
||
Note: From wh-sandbox |
added:
From alfredo Thu Aug 28 18:44:23 -0700 2008
From: alfredo
Date: Thu, 28 Aug 2008 18:44:23 -0700
Subject: From wh-sandbox
Message-ID: <20080828184423-0700@axiom-wiki.newsynthesis.org>
http://axiom.svn.sourceforge.net/viewvc/axiom/branches/wh-sandbox/src/algebra/intef.spad.pamphlet?r1=263&r2=388&view=patch
Following commands (being tested in SandBox?) produce output looking as runtime error:
integrate(x^a*(x^b+1)^p, x)
(1) |
differentiate(%, x)
(2) |
if you replace p with, say, 2, it works. AFAIK, this binomial differential can be integrated in closed form only if a, b, and p satisfy certain constraints (aka "Chebyshev theorem"), so the failure itself is not surprising, but IMHO the produced output probably signals about some internal Axiom error or server misconfiguration. Version of the software reported: "Axiom (April 2006), Wednesday June 21, 2006 at 03:45:56".
The error returned by Axiom on linux is:
Segmentation fault
and Axiom crashes. A similar abort occurs on the Windows version of Axiom.
integrate(x^a*(x^b+1)^p, x)
with the derivative:
differentiate(%, x)
no patch available
http://axiom.svn.sourceforge.net/viewvc/axiom/branches/wh-sandbox/src/algebra/intef.spad.pamphlet?r1=263&r2=388&view=patch