Updates:
Labels: EasyToFix
Comment #1 on issue 2257 by asmeurer: solve([x**2-1],[x,y]) should be the
same as solve(x**2-1,[x,y])
http://code.google.com/p/sympy/issues/detail?id=2257
So there is no reason to call the systems solver when the system is one
equation long. There needs to just be a simple hook that calls [1] given
[2] (i.e., a system with one equation). Maybe it should even be smart
enough to handle decoupled parts of the system.
--
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.