Hi there, I'm using ode15i to solve a complex nonlinear implicit first order ODE-system. Now I wonder how expressiv the results I get are, so here is my question: Exactly which numerical methods does ode15i use to solve the system, resp. which are the methods used in this "variable order method"? If needed I could provide a minimal example, but my system is quite complicated so I leave it for the moment. Thanks, Michael

2 Comments

Jan
Jan on 28 Oct 2015
Did you look in the source code of ode15i.m already? Usually the sources are well documented and all required details can be found there.
Jan, thanks a lot for your quick response! Could have thought of this myself... I'll have a look in there and write if I need help in understanding the source code. In the meantime I leave this open.

Sign in to comment.

 Accepted Answer

Torsten
Torsten on 29 Oct 2015

0 votes

1 Comment

Thank you very much Torsten! That perfectly answered all my questions :-) Closing this

Sign in to comment.

More Answers (0)

Categories

Find more on Simulation 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!