Most efficient ode solver
이전 댓글 표시
Hi all, to your knowledge, what is the most efficient general ode algorithm for matlab?
Is there a way to parallelize the problem of solving a set of ode? Can you state that the ode15,23,45 are the most efficient ways to solve an ode with matlab?
I am dealing with huge systems of odes, I would like to find a method to speed up the computation, without thinking of an eventual, problem dependent, montecarlo approach.
Thank you!
답변 (1개)
Walter Roberson
2012년 4월 27일
0 개 추천
There is no one most efficient general ode algorithm. The different ode*() routines are most suitable for different types of ode.
댓글 수: 2
Antonio
2012년 5월 5일
Walter Roberson
2012년 5월 5일
The only way I can think of at the moment is to have the Parallel Computing Toolbox and use parfor or similar facilities.
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!