Numerical Analysis, Eighth Edition

by Richard L. Burden and J. Douglas Faires

Java Programs

 

Back to Home

Linear Finite-Difference Method

To approximate the solution of the boundary-value problem.

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