Status: Accepted
Owner: asmeurer
CC: smi...@gmail.com,  nicolas....@gmail.com
Labels: Type-Defect Priority-Medium Solvers

New issue 2658 by asmeurer: Abi disable checking in solve()
http://code.google.com/p/sympy/issues/detail?id=2658

There needs to be an option to disable solution checking in solve(). Otherwise, it hangs for too complicated functions, like

In [16]: var('u', real=True)
Out[16]: u

In [17]: solve(u - (x**2 + y**2 + 1)*x/(x**2 + y**2), x)

It should work like solve(check=False). Also, it needs to raise TypeError when it encounters a bad flag.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@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