linearizing a 2nd order ODE in matlab
13 views (last 30 days)
Show older comments
Rodwan Baghdadi
on 29 May 2021
Commented: Sulaymon Eshkabilov
on 29 May 2021
I have this equation that needs to linearization
0.0099157 theta double dot + 0.0000781 beta double dot =0.54684 sin (theta)
is there a build in finction on matlab that can be pluged in the values or is there another way to solve it ?
Thank you!
3 Comments
Accepted Answer
Sulaymon Eshkabilov
on 29 May 2021
Hi,
Linearization of the given ODE can be done via Jacobian matrices that need to be derived.
Some good appropriate discussions are here:
https://www.mathworks.com/matlabcentral/answers/478845-linearization-of-nonlinear-modes-from-ode-equation
Good luck.
2 Comments
More Answers (0)
See Also
Categories
Find more on Numerical Integration and 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!