Hello.
I`m trying to solve such simple system of equations: [sqrt(x) == 1, x
== y],
so I type:
x,y = var('x,y');
solve([sqrt(x) == 1, x == y], x, y);
the answer is: []
(just two brackets)
How to make it work?
--~--~---------~--~----~------------~-------~--~----~
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/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---