On Thu, Feb 16, 2012 at 7:39 PM, dennis <dennis.kei...@googlemail.com> wrote:
> Hi,
>
> when i run "solve(['x-1', 'x-2'])" there is nothing returned. Shouldn't it
> return an empty list [], as there are no solutions?

sage: x = var("x")
sage: solve([x-1, x-2],[x])
[]

>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/97WBZB6-hAsJ.
> To post to this group, send email to sympy@googlegroups.com.
> To unsubscribe from this group, send email to
> sympy+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sympy?hl=en.

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

Reply via email to