|
|
last edited 10 years ago by test1 |
1 2 3 4 | ||
Editor: kratt6
Time: 2007/12/20 01:41:30 GMT-8 |
||
Note: |
changed: - When I try to integrate function \begin{axiom} integrate(1/sqrt(a*exp((x**2)/2)-1),x) \end{axiom} 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
When I try to integrate function
axiomintegrate(1/sqrt(a*exp((x**2)/2)-1),x) >> Error detected within library code: integrate: implementation incomplete (constant residues)
>> 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.