#8078: Fix algsys in Maxima
----------------------------+-----------------------------------------------
Reporter: robert.marik | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.2
Component: symbolics | Keywords: solve, inequality
Author: | Upstream: Fixed upstream, in a later stable
release.
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Sage with patch #7325 fails to solve some simple ineqaulitites
{{{
sage: solve(x^4+2>0,x)
[[x > -(-1)^(1/4)*2^(1/4), x < (-1)^(1/4)*2^(1/4)]]
}}}
This should be fixed in Maxima and has been reported on
[http://thread.gmane.org/gmane.comp.mathematics.maxima.general/29593
maxima list]. Update Maxima (has been fixed in CVS in
[http://maxima.cvs.sourceforge.net/viewvc/maxima/maxima/share/contrib/solve_rat_ineq.mac?view=log
solve_rat_ineq]).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8078>
Sage <http://www.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.