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

1 vue (au cours des 30 derniers jours)
Khang Nguyen
Khang Nguyen le 18 Mai 2019
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 ?

Réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by