Post Reply 
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]]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Easy question about System of equations solver - DrD - 04-29-2016 09:32 AM



User(s) browsing this thread: