#6420: Maxima integration error with 1/x^3
------------------------+---------------------------------------------------
Reporter: mora | Owner: AlexGhitza
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: interfaces | Keywords: maxima integral
Reviewer: | Author:
Merged: |
------------------------+---------------------------------------------------
Comment(by john_perry):
A temporary workaround is to use sympy:
{{{
sage: integrate(1/x**3,x,1,infinity,algorithm="sympy")
1/2
sage: integrate(1/x**10,x,1,infinity,algorithm="sympy")
1/9
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6420#comment:2>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---