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


Messages In This Thread
linear equations - pedrodebem - 08-30-2022, 10:45 PM
RE: linear equations - roadrunner - 08-31-2022 12:20 AM
RE: linear equations - pedrodebem - 08-31-2022, 01:17 AM



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