Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Paul
Posts:
8
Registered:
2/14/10
|
|
looping over solver (ODE45)
Posted:
Aug 23, 2013 9:27 PM
|
|
Hello,
I have a coupled first order ODE to solve of the form
dy = f(t, x) dx = d(f, x)
which depends on a common parameter which I have to solve for over some range. I can solve the system using ODE45 and a for loops which increments the parameter of interest at each loop, however, this is very slow. Can I avoid solving this problem in loops? Or what is best practice with problems of this type.
|
|
Date
|
Subject
|
Author
|
8/23/13
|
|
Paul
|
8/23/13
|
|
Marc
|
|
|