One ode, two differential equations
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have 2 differential equation that i want to solve in the same ode. I only have the initial value of the first equation and the answer of it will be the initial value of the second differential equation.
Is it possible and how ?
6 comentarios
Respuestas (1)
Ioannis Andreou
el 1 de Feb. de 2020
As far as I can tell from your code, the righthanded side of your differential equations is the same. Meaning you have the system
. Thus you can simply only solve y1, the solution of y2 is then y2(t) = y1(t-t1).
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!