login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #308 Runtime error on integration revision 7 of 9

1 2 3 4 5 6 7 8 9
Editor: alfredo
Time: 2008/10/16 12:55:42 GMT-7
Note:

added:

From alfredo Thu Oct 16 12:55:42 -0700 2008
From: alfredo
Date: Thu, 16 Oct 2008 12:55:42 -0700
Subject: 
Message-ID: <20081016125542-0700@axiom-wiki.newsynthesis.org>

Status: fixed somewhere => fix proposed 


Submitted by : (unknown) at: 2007-11-17T22:24:25-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Following commands (being tested in SandBox?) produce output looking as runtime error:

axiom
integrate(x^a*(x^b+1)^p, x)
LatexWiki Image(1)
Type: Union(Expression Integer,...)
axiom
differentiate(%, x)
LatexWiki Image(2)
Type: Expression Integer

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.

Maple result --Bill Page, Thu, 03 Aug 2006 08:59:30 -0500 reply
In response to:
  integrate(x^a*(x^b+1)^p, x)

Maple 10 gives the result

LatexWiki Image 

with the derivative:

  differentiate(%, x)

LatexWiki Image 
LatexWiki Image 

fixed in FriCAS? --kratt6, Thu, 20 Dec 2007 01:33:48 -0800 reply
Status: open => fix proposed

Category: general => Axiom Library

Status: fix proposed => fixed somewhere

no patch available

From wh-sandbox --alfredo, Thu, 28 Aug 2008 18:44:23 -0700 reply
http://axiom.svn.sourceforge.net/viewvc/axiom/branches/wh-sandbox/src/algebra/intef.spad.pamphlet?r1=263&r2=388&view=patch

Status: fixed somewhere => fix proposed