|
|
last edited 16 years ago by japp |
1 2 3 4 5 | ||
Editor: japp
Time: 2008/10/23 06:28:26 GMT-7 |
||
Note: |
changed: -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> - - Axiom gives:: \begin{axiom} integrate((z^a+1)^b, z) \end{axiom}
stack overflow on Axiom.
Reduce trys to calculate:
int((z^a+1)^b, z); | reduce |
![]() |
Maple gives:
> int((z^a+1)^b, z);
![]() | (1) |
Axiom gives::
(1) -> integrate((z^a+1)^b,z)
![]() | (2) |