axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#198 integrate(sin(x**2),x) is not handled ]


From: kratt6
Subject: [Axiom-developer] [#198 integrate(sin(x**2),x) is not handled ]
Date: Sat, 20 Aug 2005 15:56:53 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/198IntegrateSinX2XIsNotHandled/diff
--
There is another issue I don't quite understand. Currently axiom returns the 
whole integral unevaluated if it does not manage to evaluate it completely. If 
it were not for the bug #199, the following were an example:
\begin{axiom}
integrate(exp(x)/x+exp(-x^2)+1/log(x),x)
\end{axiom}

Although axiom  produces the intermediate result 
'integrate(exp(x)/x+exp(-x^2),x)+li(x)', it discards it. The responsible line 
of code is in 'rinteg$FSINT' ::

    rinteg(i, f, x, h, comp) ==
      not elem? i => integral(f, x)$F
      empty? rest(l := [mkPrimh(f, x, h, comp) for f in expand i]) => first l
      l

Does this make sense?

Martin
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]