Using ode45 To Solve a System of 2nd Order ODEs

2 次查看(过去 30 天)
I have the following set of 2 Second Order ODEs:
I need to solve these equations simultaneously, so that in the first equation is used in in the second equation.
I'm looking everywhere for the solution of my problem, but no luck.
I know from https://www.mathworks.com/help/matlab/math/choose-an-ode-solver.html that I need to transform a 2nd Order ODE in a 1st Order ODE, but how to do it with 2 ODEs and in an iterative way?
Can someone help me to use ode45 for this problem?
Thank you,
Rafael F.

采纳的回答

Star Strider
Star Strider 2020-12-8
Code them in the Symbolic Math Toolbox, and use the functions odeToVectorField and then matlabFunction to create an anonymous function that the ODE solvers such as ode45 can use to integrate them. There are other differential equation functions in the Symbolic Math Toolbox Mathematics documentation section if these turn out not to be appropriate for your system.
  2 个评论
Rafael Fehér
Rafael Fehér 2020-12-8
Thank you, Mr. Strider. Using odeToVectorField and matlabFunction, I was able to solve que system of 2nd Order EDOs.

请先登录,再进行评论。

更多回答(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