#17412: improve documentation of 'solve()'
-----------------------------+----------------------------
Reporter: jakobkroeker | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: sage-6.5
Component: documentation | Keywords:
Merged in: | Authors:
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------
Even if it is expectable that in some cases solve() may not return all
solutions, it should be explicitly pointed out; especially it should be
stated that an empty list does not necessarily imply there are no
solutions.
See also the discussion at https://groups.google.com/d/msg/sage-
support/cg7QYw_1ncg/VKdH3CX4qYsJ
Example from that thread:
{{{
solve(5^( x -1) == (1/25)^(2*x), x)
# []
solve(5^( x -1) == (1/25)^(2*x), x,to_poly_solve=True)
#[x == (2*I*pi*z41 + log(5))/log(3125)]
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/17412>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.