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 sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---