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

Edit detail for #361 integral yields strange error message revision 1 of 2

1 2
Editor:
Time: 2007/11/17 22:33:06 GMT-8
Note: better error message?

changed:
-
It seems that all current CAS have a problem with this integral:
\begin{axiom}
integrate(1/(-3+v^3)*v/(-4+v^3)^(1/2),v)
integrate(1/(-3+v^3)*v/(-4+v^3)^(1/2),v=0..1,"noPole")
\end{axiom}
However, at least the error message could be better...


From wyscc Sat Sep 8 15:19:10 -0500 2007
From: wyscc
Date: Sat, 08 Sep 2007 15:19:10 -0500
Subject: better error message?
Message-ID: <20070908151910-0500@wiki.axiom-developer.org>

<pre>
                        AXIOM Computer Algebra System
              Version of Tuesday November 30, 2004 at 21:11:14
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave AXIOM and return to shell.
-----------------------------------------------------------------------------
(1) -> )set mess auto off
(1) -> integrate(1/(-3+v^3)*v/(-4+v^3)^(1/2),v)

   >> Error detected within library code:
   (1 . failed) cannot be coerced to mode (SparseUnivariatePolynomial (Expressio
n (Integer)))

protected-symbol-warn called with (NIL)
</pre>

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

It seems that all current CAS have a problem with this integral:

axiom
integrate(1/(-3+v^3)*v/(-4+v^3)^(1/2),v) >> Error detected within library code: Denominator not equal to 1

However, at least the error message could be better...

better error message? --wyscc, Sat, 08 Sep 2007 15:19:10 -0500 reply
                        AXIOM Computer Algebra System
              Version of Tuesday November 30, 2004 at 21:11:14
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave AXIOM and return to shell.
-----------------------------------------------------------------------------
(1) -> )set mess auto off
(1) -> integrate(1/(-3+v^3)*v/(-4+v^3)^(1/2),v)

>> Error detected within library code: (1 . failed) cannot be coerced to mode (SparseUnivariatePolynomial (Expressio n (Integer)))

protected-symbol-warn called with (NIL)