Using ode23 matlab for second order differential equation

7 visualizzazioni (ultimi 30 giorni)
d^2*ω/dt+((I1-I3)(I1-I2)/I2I3))*Ψ^2*ω=0 If I1>I2 Or I1<I2 If I1>I3 Or I1<I3
  1 Commento
James Tursa
James Tursa il 30 Apr 2015
Please post what you have done so far so we can comment on it and make suggestions.

Accedi per commentare.

Risposte (1)

Torsten
Torsten il 30 Apr 2015
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.

Categorie

Scopri di più su Programming in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by