Numerical Analysis, Eighth Edition

by Richard L. Burden and J. Douglas Faires

Java Programs

 

Back to Home

Runge-Kutta Method for Systems of Differential Equations

To approximate the solution of the mth-order system of first-order  initial-value problem

 u'j = f(t,u1,u2,... ,um), a<= t <= b, uj(a) = alphaj, for j = 1, 2, ..., m at (N+1) equally spaced numbers in the interval [a, b].