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

Edit detail for #440 cannot take first of empty list in integral revision 3 of 4

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}

Submitted by : kratt6 at: 2009-01-13T01:50:49-08:00 (15 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

axiom
integrate(log(1-z^3)*(%i*z)^(1/2), z)
>> System error: Cannot take first of an empty list

another instance --kratt6, Tue, 13 Jan 2009 02:09:57 -0800 reply
axiom
integrate(sin(z)*csc(z)*(1-1/(%i*z)^(1/2))^(1/2), z)
>> System error: Cannot take first of an empty list

simpler instance --kratt6, Tue, 13 Jan 2009 02:12:25 -0800 reply
axiom
integrate((1-1/(%i*z)^(1/2))^(1/2), z)
>> System error: Cannot take first of an empty list