|
|
last edited 16 years ago by Bill Page |
1 2 3 4 5 6 7 8 9 10 11 12 | ||
Editor: Bill Page
Time: 2008/10/21 20:32:10 GMT-7 |
||
Note: example |
removed: - -From unknown Tue Mar 8 05:04:51 -0600 2005 -From: -Date: Tue, 08 Mar 2005 05:04:51 -0600 -Subject: property change -Message-ID: <20050308050451-0600@page.axiom-developer.org> - - - -From unknown Wed Jun 29 04:46:48 -0500 2005 -From: unknown -Date: Wed, 29 Jun 2005 04:46:48 -0500 -Subject: property change -Message-ID: <20050629044648-0500@page.axiom-developer.org> - -Category: Axiom Interpreter => Axiom Mathematics -Severity: critical => minor -Status: open => testing - - -From BillPage Tue Jul 12 23:22:28 -0500 2005 -From: Bill Page -Date: Tue, 12 Jul 2005 23:22:28 -0500 -Subject: solution unknown -Message-ID: <20050712232228-0500@page.axiom-developer.org> - -Category: Axiom Mathematics => Axiom Library -Severity: minor => normal -Status: testing => open changed: - \begin{axiom} laplace(log(z), z,w) \end{axiom}
stack overflow
doesn't crash anymore, but returns the result unevaluated. Mathematica 5.2 says:
In[16]:= LaplaceTransform[Log[z],z,w] EulerGamma + Log[w] Out[16]= -(-------------------) wfixed in axiom. see patch 20070921.01.tpd.patch http://axiom.svn.sourceforge.net/viewvc/axiom/branches/wh-sandbox/src/algebra/laplace.spad.pamphlet?r1=263&r2=423&view=patch
(1) -> laplace(log(z),z, w)
(1) |