Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beliavsky/matrix_inversion
- Owner: Beliavsky
- Created: 2022-01-31T21:34:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T18:18:46.000Z (5 months ago)
- Last Synced: 2024-08-04T20:17:57.774Z (5 months ago)
- Topics: crout-method, linear-algebra, linear-equations, matrix-inverse
- Language: Fortran
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.