1. Nonlinear Equations

Methods with 2 initial points

 

Notes Fortran code Results
Bolzano
BolzanoRF.doc will be written from scratch BolzanoRF.dat
Regula Falsi

Methods with 1 initial point

 

Notes Fortran code Results
x=g(x) xgxNRH.doc will be written from scratch xgxNRH.dat
Newton-Raphson
Halley

2. Linear Systems of Equations

 

Notes Fortran code Results
Gauss
Gauss.doc Gauss.for  
Gauss-Jordan
GaussJordan.doc GaussJordan.for

3. Integration

  Notes Fortran code Results
Trapezoidal TS38.doc TS38R.for  
Simpson  
Simpson 3/8  
Romberg Romberg.doc  

4. Ordinary Differential Equations

  Notes Fortran code Results
Taylor Taylor.doc Taylor.for Taylor.dat
Euler-Heun

2nd Order Runge-Kutta (RK2)

4th Order Runge-Kutta (RK4) RKAM.doc RK.for RK.dat
Adams AM.for AM.dat
Adams-Moulton

Interactive Numerical Analysis' Page