How does MATLAB software (ode solvers) solve complex differential equations?

3 views (last 30 days)
I am wondering how MATLAB software solves complex differential equations (numeric solutions with the ode solvers); it breaks differential equation into two parts, real and imaginary part, and it solves each part separately or it uses some form of transformation like polar transformation?

Answers (1)

Shashank Prasanna
Shashank Prasanna on 1 May 2013
The short answer is that it will treat it as it is: sum of real and img separately.
  2 Comments
Walter Roberson
Walter Roberson on 1 May 2013
? That link only says that it handles it "properly", and does not describe how it implements it.
Shashank Prasanna
Shashank Prasanna on 1 May 2013
I guess I meant to say there is no explicit transformation happening underneath.

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!