How to know the transfer function and plot the poles of coupled high order differential equations?

4 次查看(过去 30 天)
Hi,
I want to know the transfer function and plot the poles of high order ODE's. But don't know how to do it!!
My equations are:
dy1/dt = (-c1*y1)+(c2*y1*y2);
dy2/dt = (c3*y1)-(c2*y2*y3)+(c3*y1*y3)+(c4*(y3^2));
dy3/dt = (c2*y2*y3)+(c5*y2)-((c6*y2*y3)/(c7+y3));
where, c's are non-negative constants between 0.1 - 10.
Please help me out. Thanks in advance.

采纳的回答

Arkadiy Turevskiy
Transfer functions are representations of linear time-invariant systems. Your system is not linear. You can implement your system in Simulink and then linearize it to get a transfer function as explained on linearization page.
You also need to add inputs and outputs to your system to start computing transfer functions, otherwise you only have states.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by