On Thu, Feb 16, 2012 at 8:03 PM, David Joyner <[email protected]> wrote: > On Thu, Feb 16, 2012 at 7:39 PM, dennis <[email protected]> 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]) > []
Please, ignore that reply of mine. I thought you were asking about Sage! > >> >> -- >> 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 [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?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
