AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.52k stars 520 forks source link

LU_Decomposition.c #99

Closed sibi812 closed 4 years ago

sibi812 commented 4 years ago

I have implemented LU Decomposition and solved a system of matrices of the form Ax=b, using this code. I hope this would be an efficient way of solving matrices and would be helpful to people. If any part of the code is not understandable, I would be happy to explain the code.

abranhe commented 4 years ago

This PR will be merged because of https://github.com/AllAlgorithms/c/issues/145. It is to review later.