Exponential Integrator in MATLAB?

조회 수: 5 (최근 30일)
KostasK
KostasK 2020년 11월 3일
댓글: Michal 2022년 5월 10일
Hi all,
I wanted to ask if anyone happens to know of a package/code in MATLAB which solves equations utilising exponential integration methods. These seem to be reasonably well known methods that happen to be suitable for the problem that I have to solve.
I have found one called EXPODE which is a MATLAB toolbox, however I can't find the code for that anywhere. I have also looked into File Exchange and I have only found a meshfree exponential integrator, however these have to do with partial differential equations.
Thanks for your help in advance,
K.
  댓글 수: 1
Michal
Michal 2022년 5월 10일
@KostasK Hi, did you find EXPODE toolbox anywhere? I am trying to find it, too. So far without any success.

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

채택된 답변

Shraddha Jain
Shraddha Jain 2020년 11월 13일
Hi Konstantinos,
There is no specific method to solve Ordinary Differential Equations using Exponential Integration methods in MATLAB as of now apart from the general method dsolve in the Symbolic Math Toolbox. This might be included in a future release.
The EXPODE toolbox that you are referring to is built on top of MATLAB functions.

추가 답변 (0개)

카테고리

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