Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 712 Bytes

Numerical Methods with Fortran 90

1. Description

Numerical methods are tools by which it is possible to formulate and solve mathematical problems using airtmetic operations. Although there are many types of numerical methods, they share a common feature: they invariably require a number of tedious arithmetic calculations.

2. Contents

this repository contain following numerical methods scripting in fortran 90:

  • Gauss Jordan
  • Doolittle
  • Gauss Seidel
  • Cubic spline
  • Newton-raphson

3. References

1> Chapra, S. C. & Canale R. P. (1998). Numerical methods for engineers (2da. ed.). New York: McGraw-Hill.

2> Nakamura, S. (1992). Numerical Methods applied with software (1era. ed.) México.