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.
- Host: GitHub
- URL: https://github.com/crvargasm/moore-penrose-matrix
- Owner: crvargasm
- License: mit
- Created: 2021-10-26T15:59:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T16:06:46.000Z (over 3 years ago)
- Last Synced: 2024-11-12T13:24:11.670Z (3 months ago)
- Topics: numerical-methods, numpy, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.