|
|
last edited 16 years ago by kratt6 |
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>
It seems that all current CAS have a problem with this integral:
axiomintegrate(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...
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)