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

조회 수: 3 (최근 30일)
Omid
Omid 2013년 5월 1일
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?

답변 (1개)

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

댓글을 달려면 로그인하십시오.

카테고리

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