ODE45/ODE15 inquiry about nonlinear spring
4 views (last 30 days)
Show older comments
Is there anyone can help me on how to get an ODE45/ODE15 program to solve the above equation?
I want to get the value of y1 and y2.
Thanks,
0 Comments
Accepted Answer
Star Strider
on 25 Nov 2021
Since the system appears to describe a differential-algebraic equation, see the documentation section on Solve Differential Algebraic Equations (DAEs) that describes how to set it up symbolically in order to use ode15i to integrate it numerically.
.
More Answers (1)
See Also
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!