https://github.com/traunin/matrix-calculator
Matrix calculator
https://github.com/traunin/matrix-calculator
linear-algebra matrix
Last synced: 3 months ago
JSON representation
Matrix calculator
- Host: GitHub
- URL: https://github.com/traunin/matrix-calculator
- Owner: Traunin
- License: mit
- Created: 2024-03-06T19:58:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T08:52:29.000Z (about 1 year ago)
- Last Synced: 2025-11-10T23:16:06.057Z (7 months ago)
- Topics: linear-algebra, matrix
- Language: Vue
- Homepage: https://traunin.github.io/matrix-calculator/
- Size: 633 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix calculator
This project features multiple calculators useful when working with matrices
### DeterminantCalculator
Uses recursion in order to calculate determinant for square matrices
### MatrixSolver
Uses Cramer's method to find solutions for systems of linear equations
### MatrixMultiplier
Multiplies two matrices
### InverseMatrix
Finds inverse matrix
### MatrixInverseSolver
Uses inverse matrix to find solutions for systems of linear equations
### EigenvectorFinder
Finds eigenvectors using [Algebrite](https://github.com/davidedc/Algebrite)