Comment #76 on issue 1694 by nicolas.pourcelot: solve has many issues with
fractions
http://code.google.com/p/sympy/issues/detail?id=1694
For comment 6), I can't figure any elegant solution.
An obvious inelegant solution is to add the following code before every
occurrence of checksol(sol, symbol, **flags):
if flags.get('simplified', False):
sol = simplify(sol)
and the following after checksol occurrence:
flags['simplified'] = False
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.