Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 217 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 217 Bytes

Matrix_Inversion

Matrix inversion and the solution of a set of linear equations using Crout's method, calling Fortran code by Alan Miller. Compile with
gfortran kind.f90 linear_solve.f90 xmatrix_inverse.f90.