I am programming for a project in sage and I want to make use of the solve() function. However, I noticed that solve() does not return the value of the solved variable but only a statement instead.
For instance, if I wanted to do solve([x^2 - 1], x), I would likely get a result containing the strings "x == 1" and "x == -1". This is all fine if I just want to view the result, but what if I wanted to store the resulting possible values of x in a list? Like have the list returned [-1, 1]. Any tricks to solve() that allow the results to be stored in a useable form? --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---