Post Reply 
calculator solving linear eqns in terms of unknown
10-02-2016, 07:09 PM
Post: #2
RE: calculator solving linear eqns in terms of unknown
(10-02-2016 05:26 PM)yland Wrote:  2a+2b+2c=0
3a+b+2c=0
a+b+c=W
your 3rd and 1st equation says that W is useless in your system. (divide by 2 your first equationto see it)
lets change your 3rd equation by : a+b+2c=W

then you can use linsolve to get it :

linsolve([2*a+2*b+2*c=0 3*a+b+2*c=0 a+b+2*c=w],[a b c])
it gives : [-1/2*w, -1/2*w w]
that's a,b and c in term of w.

primer
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: calculator solving linear eqns in terms of unknown - primer - 10-02-2016 07:09 PM



User(s) browsing this thread: 1 Guest(s)