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

If you want the best solution, you have to use hint='best' anyway

Note that for now, using hint='best' won't have any effect on this, since it only tries different differential equations solving strategies, but it won't have any effect on solve (which is used at the end of dsolve() to try to find an explicit solution).

As I say in my previous comment, I may "add a second hint keyword to dsolve() (something like 'solve_hint'), which would be then passed to solve()".

What's more, if user set hint='best', solve_hint may then also be set to 'best' by default, so most users won't have to deal explicitly with this new option.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to