Status: New
Owner: ----
Labels: Type-Defect Priority-High

New issue 3429 by roeland....@gmail.com: Solve does not work for non-linear equations with large numbers.
http://code.google.com/p/sympy/issues/detail?id=3429

This worked in Sympy 0.7.1 but not in SymPy 0.7.2-RC1:

x = Symbol('x')
y = Symbol('y')
solve([327600995*x**2 - 37869137*x + 1809975124*y**2 - 9998905626, 895613949*x**2 - 273830224*x*y + 530506983*y**2 - 10000000000], y, x)

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