Steady states and eigenvalues of equation in MATLAB

后端 未结 0 1103
天涯浪人
天涯浪人 2021-02-12 06:38

I tried to solve the given problem above with the following code.

syms y r K theta
eqn = r*y*(y/theta - 1)*(1-y/K) == 0;
S=solv         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题