https://github.com/emansarahafi/matlabdeterminants
The goal is to determine the viability of various methods of determinant computations that are implementable in MATLAB.
https://github.com/emansarahafi/matlabdeterminants
matlab matrix-determinant-calculation
Last synced: about 2 months ago
JSON representation
The goal is to determine the viability of various methods of determinant computations that are implementable in MATLAB.
- Host: GitHub
- URL: https://github.com/emansarahafi/matlabdeterminants
- Owner: emansarahafi
- Created: 2024-07-31T20:06:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:10:04.000Z (10 months ago)
- Last Synced: 2025-03-26T16:03:41.251Z (about 2 months ago)
- Topics: matlab, matrix-determinant-calculation
- Language: MATLAB
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Determinants in MATLAB
The goal is to determine the viability of various methods of determinant computations that are implementable in MATLAB. The following have been explored:
- Butterfly Method.
- Sarrus’ Method.
- Laplace Cofactor Expansion Method.
- Permutations and Determinants.
- LU Factorization.
- Computing the Determinant of Vandermonde Matrix.