|
|
last edited 16 years ago by japp |
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>
stack overflow on Axiom.
Reduce trys to calculate:
int((z^a+1)^b, z); | reduce |
![]() |
Maple gives:
> int((z^a+1)^b, z);
![]() | (1) |