Numerical Analysis, Eighth Edition

by Richard L. Burden and J. Douglas Faires

Java Programs

 

Back to Home

Linear Shooting Method

To approximate the solution of the boundary-value problem.

                       -y'' + p(x)y' + q(x)y + r(x) = 0,   a<= x <= b, y(a) = Alpha, y(b) = Beta