Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beliavsky/matrix_inversion

Inversion of a real matrix and the solution of a set of linear equations using Crout's method
https://github.com/beliavsky/matrix_inversion

crout-method linear-algebra linear-equations matrix-inverse

Last synced: 21 days ago
JSON representation

Inversion of a real matrix and the solution of a set of linear equations using Crout's method

Awesome Lists containing this project

README

        

# Matrix_Inversion
Inversion of a real matrix and the solution of a set of linear equations using Crout's method, calling [Fortran code by Alan Miller](https://jblevins.org/mirror/amiller/). Compile with

`gfortran kind.f90 linear_solve.f90 xmatrix_inverse.f90`.