Homework for the Numerical Methods course @ ACS, UPB 2018
-
Updated
Feb 14, 2020 - MATLAB
Homework for the Numerical Methods course @ ACS, UPB 2018
This MATLAB function efficiently computes the inverse of a square matrix using LU factorization. By decomposing the matrix into lower and upper triangular matrices, the function solves for the inverse with improved numerical stability.
Add a description, image, and links to the factorization-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the factorization-algorithm topic, visit your repo's landing page and select "manage topics."