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

Edit detail for #100 integrate((z^a+1)^b, z) crashes revision 2 of 5

1 2 3 4 5
Editor: page
Time: 2007/09/12 00:45:32 GMT-7
Note:

changed:
-
stack overflow on Axiom.

Reduce trys to calculate:
\begin{reduce}
int((z^a+1)^b, z);
\end{reduce}

Maple gives::

  > int((z^a+1)^b, z);

\begin{equation}
z{\it hypergeom} \left( [-b,{a}^{-1}],[1+{a}^{-1}],-{z}^{a} \right)
\end{equation}

From unknown Fri Jun 24 03:55:58 -0500 2005
From: unknown
Date: Fri, 24 Jun 2005 03:55:58 -0500
Subject: int(x)
Message-ID: <20050624035558-0500@page.axiom-developer.org>



Submitted by : page at: 2007-09-12T00:44:13-07:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

stack overflow on Axiom.

Reduce trys to calculate:

int((z^a+1)^b, z);
reduce
\displaylines{\qdd
\(\(z^{a}
    +1
   

Maple gives:

  > int((z^a+1)^b, z);


\label{eq1}
z{\it hypergeom} \left( [-b,{a}^{-1}],[1+{a}^{-1}],-{z}^{a} \right)
(1)