how can i solve si 1 and si 2 as system of differential equations in matlab?
1 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
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
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 Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!