linearizing a 2nd order ODE in matlab

14 次查看(过去 30 天)
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 个评论
Rodwan Baghdadi
Rodwan Baghdadi 2021-5-29
no beta is not constant but i forgot to add another equation which is
0.0000781 theta double dot + 0.0000781 beta double dot = tourque
i attached the full paper if any further information is needed

请先登录,再进行评论。

采纳的回答

Sulaymon Eshkabilov
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by