Using ode23 matlab for second order differential equation

2 次查看(过去 30 天)
d^2*ω/dt+((I1-I3)(I1-I2)/I2I3))*Ψ^2*ω=0 If I1>I2 Or I1<I2 If I1>I3 Or I1<I3

回答(1 个)

Torsten
Torsten 2015-4-30
Hint:
y''+a^2*y=0 has fundamental solutions sin(a*x) and cos(a*x),
y''-a^2*y=0 has fundamental solutions exp(a*x) and exp(-a*x).
Best wishes
Torsten.

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by