Predator-Prey Equations
Predator-Prey Equations
The classic Lotka-Volterra model of predator-prey competition is a nonlinear system of two equations, where one species ... Read more
3 May 2016
•
14mins
Lorenz Attractor and Chaos
Lorenz Attractor and Chaos
The Lorenz chaotic attractor was discovered by Edward Lorenz in 1963 when he was investigating a simplified model of atm... Read more
3 May 2016
•
10mins
Similar Podcasts
Tumbling Box
Tumbling Box
Throw a rectangular box with sides of three different lengths into the air. You can get the box to tumble stably about i... Read more
3 May 2016
•
9mins
Systems of Equations
Systems of Equations
An ODE involving higher order derivatives is rewritten as a vector system involving only first order derivatives. The cl... Read more
3 May 2016
•
14mins
The MATLAB ODE Suite
The MATLAB ODE Suite
The MATLAB documentation provides two charts summarizing the features of each of the seven functions in the MATLAB ODE s... Read more
3 May 2016
•
5mins
Stiffness, ODE23s, ODE15s
Stiffness, ODE23s, ODE15s
A problem is said to be stiff if the solution being sought varies slowly, but there are nearby solutions that vary rapid... Read more
3 May 2016
•
7mins
ODE45
ODE45
ODE45 is usually the function of choice among the ODE solvers. It compares 4th and 5th order methods to estimate error a... Read more
3 May 2016
•
6mins
Order, Naming Conventions
Order, Naming Conventions
The digits in the name of a MATLAB ODE solver reflect its order and resulting accuracy. A method is said to have order p... Read more
3 May 2016
•
5mins
Estimating Error, ODE23
Estimating Error, ODE23
ODE23 compares 2nd and 3rd order methods to automatically choose the step size and maintain accuracy. It is the simplest... Read more
3 May 2016
•
10mins
Midpoint Method, ODE2
Midpoint Method, ODE2
ODE2 implements a midpoint method with two function evaluations per step. This method is twice as accurate as Euler's me... Read more
3 May 2016
•
6mins