How can we solve two 1st- order ODE equations simultaneously

1 次查看(过去 30 天)
Given two 1st order ODE equations
dy/dt = z
dz/dt = u(1-y^2)z - y
Two 1st order ODE above are coupled and must be solved simultaneously. (First iteration will solve for ý and z1 using inital conditions y0 and z0, and second inter solve y2 z2 using y1 z1)
How can we write function fiel to perform Euler's method to solve ?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by