Comment #4 on issue 2257 by [email protected]: 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

I'm -1 changing the [f] to f since the user should know what they are going to get for a given input: if a single equation with multiple variables, then a dictionary:

    h[2] >>> solve(x**2-1,[x,y])
    {x: [-1, 1]}

If a list of length 1 then a list of solutions (as in previous comment). Unless there are objections I will mark this WontFix...but the Traceback Issue is already fixed in 1694.

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