how can i solve si 1 and si 2 as system of differential equations in matlab?

1 visualizzazione (ultimi 30 giorni)

Risposte (1)

Torsten
Torsten il 16 Nov 2016
Split si 1 and si 2 into real and imaginary part and solve the four ODEs for real(si 1), imag(si 1), real(si 2), imag(si 2) using ODE45, e.g.
Best wishes
Torsten.
  1 Commento
Torsten
Torsten il 16 Nov 2016
The paragraph "Complex ODEs" under
https://de.mathworks.com/help/matlab/math/choose-an-ode-solver.html
should give you sufficient help to solve your problem.
Best wishes
Torsten.

Accedi per commentare.

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by