Question: I need to find steady state of two differential equation simultaneously

ds(t)/dt = a*s(t)*(1 - s(t) - m(t)) - b*s(t) 

dm(t)/dt = c*s(t) - d*m(t)

 

need to find steady state of this system ( finding this simultaneously) in maple 

 

How can you do it? 

Please Wait...