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

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.

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.