solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] }
|
09-21-2016, 05:37 PM
(This post was last modified: 09-21-2016 05:39 PM by parisse.)
Post: #2
|
|||
|
|||
RE: solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] }
The reason is the same as for solve(x*y,[x,y]) or solve(x*y,x), no special case for y=0. If your system has more unknowns than equation (after gbasis computation), it is solved with respect to the last unknown(s) it depends on, regarding the first "unknown(s)" as parameters, and solve happens in the generic situation.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] } - compsystems - 09-21-2016, 02:22 PM
RE: solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] } - parisse - 09-21-2016 05:37 PM
RE: solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] } - John P - 09-21-2016, 06:59 PM
RE: solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] } - parisse - 09-22-2016, 06:34 AM
RE: solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] } - John P - 09-22-2016, 03:59 PM
|
User(s) browsing this thread: 1 Guest(s)