Feeds
提问
how to find lyapunov exponent of a 3d discrete system in matlab?
for example like predator-prey model
4 years 前 | 1 个回答 | 0
1
个回答提问
how to solve non linear system of equations with variable coefficients in matlab
eq1=a-(b*z*x)/(c + x)-d*x; eq2=e-(f*y*w)/(g + w) - h*y; eq3=(-b*z*x)/(c + x) + (f*y*w)/(g + w) + (m*z*x)/(y - n) - u*z; eq4=...
4 years 前 | 1 个回答 | 0