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

1 次查看(过去 30 天)

回答(1 个)

Torsten
Torsten 2016-11-16
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 个评论
Torsten
Torsten 2016-11-16
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by