MATLAB: Can we solve a system of 100 equations using ode15s?

odesystem of equations

I solved a system of 10 equations which takes around 10mins. But when I am applying ode15s to solve more than 100 equations, then even in 36 hours the problem doesn't resolve. I have checked my program many times, there is no problem in programming. So, is ode15s a suitable platform to solve such a large system??

Best Answer

Generally speaking, Yes, some people do over 1000 equations.
However, the more variables you have, the more the chances are that interactions between the variables lead to regions that are rapidly changing and so need to be integrated to tight tolerances.
Related Question