solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] }
|
09-21-2016, 02:22 PM
Post: #1
|
|||
|
|||
solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] }
Hello
HP-Prime solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] returns {[x,0]} it means x=x, x takes any parameter & y = 0 now inverting variables {x, y} -> {y, x} solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{y, x}) [Enter] returns {[y,0]} it means y=y, y takes any parameter & x = 0 Why the CAS not return the full answer? solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{x,y}) [Enter] -> { [x,0] [0, y] } -> (x = x and y = 0) or (x = 0 and y = y) or solve({ 2*x^2*y^2 = 0,2*y^2*x^2 = 0},{y, x}) [Enter] -> { [0,x] [y, 0] } -> (y = 0 and x = x) or (y = y and y = 0) within a program reverse variables the logic of the code becomes more complicated The CAS of ti68K calculators (ti89/nspire), if return the complete solution =) solve( 2*x^2*y^2= 0 and 2*y^2*x^2 = 0 ,{x,y}) [Enter] returns (x = x and y = 0) or (x = 0 and y = y) |
|||
« 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: 2 Guest(s)