GeomarPerales / Numerical-Methods-with-Fortran

scripts developed for Numerical Methods I - IMF - UNMSM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

scripts developed for Numerical Methods I - IMF - UNMSM

License:GNU General Public License v3.0


Languages

Language:Fortran 100.0%