|
|
last edited 16 years ago by kratt6 |
1 2 3 4 | ||
Editor: kratt6
Time: 2009/01/13 02:12:27 GMT-8 |
||
Note: simpler instance |
added:
From kratt6 Tue Jan 13 02:12:25 -0800 2009
From: kratt6
Date: Tue, 13 Jan 2009 02:12:25 -0800
Subject: simpler instance
Message-ID: <20090113021225-0800@axiom-wiki.newsynthesis.org>
\begin{axiom}
integrate((1-1/(%i*z)^(1/2))^(1/2), z)
\end{axiom}
integrate(log(1-z^3)*(%i*z)^(1/2), z)
>> System error: Cannot take first of an empty list
integrate(sin(z)*csc(z)*(1-1/(%i*z)^(1/2))^(1/2), z)
>> System error: Cannot take first of an empty list
integrate((1-1/(%i*z)^(1/2))^(1/2), z)
>> System error: Cannot take first of an empty list