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

Edit detail for #318 integrate: implementation incomplete (constant residues) revision 3 of 4

1 2 3 4
Editor: japp
Time: 2008/10/23 06:21:41 GMT-7
Note:

removed:
-
-AXIOM returns this error:
-
-   >> Error detected within library code:
-   integrate: implementation incomplete (constant residues)
-
-protected-symbol-warn called with (NIL)
-
-The implementation of the Risch algorithm is *nearly* complete, but not quite.
-
-From kratt6 Thu Dec 20 01:40:59 -0800 2007
-From: kratt6
-Date: Thu, 20 Dec 2007 01:40:59 -0800
-Subject: 
-Message-ID: <20071220014059-0800@axiom-wiki.newsynthesis.org>
-
-Name: '#318 Can't integrate(1/sqrt(a*exp((x**2)/2)-1),x)' => '#318 Can't integrate(1/sqrt(a<em>exp((x</em>*2)/2)-1),x)' 
-Category: Axiom on Windows => Axiom Library 
-
-
-From kratt6 Thu Dec 20 01:41:30 -0800 2007
-From: kratt6
-Date: Thu, 20 Dec 2007 01:41:30 -0800
-Subject: 
-Message-ID: <20071220014130-0800@axiom-wiki.newsynthesis.org>
-
-Name: '#318 Can't integrate(1/sqrt(a<em>exp((x</em>*2)/2)-1),x)' => '#318 integrate: implementation incomplete (constant residues)' 
-
-more descriptive name

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

When I try to integrate function

axiom
integrate(1/sqrt(a*exp((x**2)/2)-1),x)
>> Error detected within library code: integrate: implementation incomplete (constant residues)