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

https://github.com/crvargasm/moore-penrose-matrix

A small implementation of an algorithm that is capable of computing the Moore-Penrose inverse of any matrix.
https://github.com/crvargasm/moore-penrose-matrix

numerical-methods numpy python

Last synced: about 1 month ago
JSON representation

A small implementation of an algorithm that is capable of computing the Moore-Penrose inverse of any matrix.

Awesome Lists containing this project

README

        

# Moore-Penrose-Matrix
A small implementation of an algorithm that is capable of computing the Moore-Penrose inverse of any matrix.

Although these matrices are not well known throughout the world, their application can be useful when it comes to finding the inverse of a property
matrix and not performing an easy calculation; They are also useful in finding and calculating an "optimal" solution to systems of linear equations.
Answers cannot be easily calculated.

Therefore, the correct coding of a program that helps us calculate the pseudo-inverse of a matrix is important, in order to optimize mathematical
processes when solving problems abstracted from the real world.