Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
second order deferential equation ode45
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
Can any one please guid how to solve the below equation using ode45, knowing that C is constant
Regards

2 Kommentare
James Tursa
am 28 Okt. 2019
What have you done so far? What specific problems are you having with your code? Have you looked at the 2nd Order example in the ode45 doc?
Marco Feder
am 30 Okt. 2019
Just write your equation as a first order system, so in the end you'll have
, where
and F the rhs. Then just look at ode45 documentation as suggested in the comment above


Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!