matrix-determinant-calculation
There are 18 repositories under matrix-determinant-calculation topic.
FerryYoungFan/NaiveMatrixLib
A simple C++ complex & real matrix library, with matrix inversion, left division and determinant calculation
bettoalsur/FEM-project
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
JoKeRooo7/matrix_c
c lib for calculating matrices
MatteoLiotta/Py_Matrix
Module for matrix creation and matrix manipulation. Programming Language: Python.
Nodrex/DataMatrix
Contains useful methods to manipulate on data of matrix type
Quickm-Code-C/Coderbyte
Coderbyte code challenge: username validation xx
carlocochran/matrix-determinant
computes for the determinant of a NxN matrix
minawk/determinant-N-dimension
Calculate determinant of matrix with N dimension
mmarinaa/Determinant-Calculator
Java program that allows to calculate determinant of any n*n(where n < 1000) size matrix using upper triangle matrix
mp3skater/Recursive-Matrix-Derminant-Solver
As the name says
zjw314/matrixplusplus
matrixplusplus is a matrix library written in C++
alordash/MatrixDeterminant
Calculates matrix determinant by recursively evaluating minors
Daniel217D/Matrix
C ++ library for finding matrix determinant
emansarahafi/MATLABDeterminants
The goal is to determine the viability of various methods of determinant computations that are implementable in MATLAB.
Jackiebibili/Matrix_Determinant_Parallel_Programming
Matrix Determinant is a Java class to calculate the determinant of any given integer matrix by concurrently computing its adjugated matrices.
KevinMKinney/WSU-Matrix-Determinate
WSU student code for calculating the determinate of a matrix using Laplace expansion and Gaussian elimination
MingaudasVagonis/perl-matrix
Calculating n-size matrix's determinant and the product of two matrixes' multiplication.
streamlined2/MatrixWorks
Studying Java data structures and algorithms