linear equations
|
08-30-2022, 10:45 PM
Post: #1
|
|||
|
|||
linear equations | |||
08-31-2022, 12:20 AM
Post: #2
|
|||
|
|||
RE: linear equations
This:
solve([(x1*(2*s+2)+x2*(s-1)) = (40+(20/s)),(30*s*x2-2*x1) = (25*s)],[x1,x2]) will return this: {[(-25*s^2+1225*s+600)/(60*s^2+62*s-2),(25*s^3+25*s^2+40*s+20)/(30*s^3+31*s^2-s)]} -road |
|||
08-31-2022, 01:17 AM
Post: #3
|
|||
|
|||
RE: linear equations
Thanks again road!
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)