#11201: Point users of solve() to the to_poly_solve option
------------------------------+---------------------------------------------
Reporter: benjaminfjones | Owner: was
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: interfaces | Keywords: solve, maxima, to_poly_solve
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Many users of of the solve() function complain that Sage can't solve some
simple equations, when in fact it can if the `to_poly_solve=True` option
is passed. See, for example:
[http://ask.sagemath.org/question/506/solving-complex-equation]
{{{
sage: z = var('z')
sage: solve(sin(z) + cos(z) == 2, z)
[sin(z) == -cos(z) + 2]
}}}
I propose that when Maxima returns an implicit solution, solve() should
display an informative message to the user about the existence of the
`to_poly_solve` parameter.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11201>
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.