Comment #62 on issue 1694 by nicolas.pourcelot: solve has many issues with fractions
http://code.google.com/p/sympy/issues/detail?id=1694

I've finally understood how "git base -i" works. :)

Here's a new version for review.

Concerning flags, note that all flags passed to solve() are then passed to checksolve().

Note also that some optimisation should be made later, so as to avoid simplifying some solutions twice: once in checksolve(), and once again in solve() before returning final result, if 'simplified=True' flag is present (which is default case).



Attachments:
        0001-Solver-issue-1694-problem-with-fractions.patch  9.8 KB

--
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.

Reply via email to