Easy question about System of equations solver
|
04-29-2016, 09:32 AM
Post: #3
|
|||
|
|||
RE: Easy question about System of equations solver
This also works:
L1:=solve({2*x^2+3*y^2 = 1, 2*x+3*y = 1},{x,y}) L1(1) ==> [-0.29 0.53] L1(2) ==> [ 0.69 -0.13]] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Easy question about System of equations solver - PedroML - 04-29-2016, 07:54 AM
RE: Easy question about System of equations solver - primer - 04-29-2016, 08:01 AM
RE: Easy question about System of equations solver - DrD - 04-29-2016 09:32 AM
RE: Easy question about System of equations solver - PedroML - 04-29-2016, 09:49 AM
RE: Easy question about System of equations solver - DrD - 04-29-2016, 10:04 AM
RE: Easy question about System of equations solver - PedroML - 04-29-2016, 11:21 AM
|
User(s) browsing this thread: