Skip to content

mhscardoso/Matrix_Determinant_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Matrix_Determinant_C

This is just an algorithm that calculates the determinant of a matrix. The sourse code is "det.h". The test is "hist.c".
Usage:
Create a multidimensional array. A matrix of any order.
Call the function "det" like...
det( "order of matrix - interger", "multidimensional array" );

How it works

The algorithm does a Laplace Expansions for the Determinant. In the first line of matrix.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages