Skip to content

Compares speed of brute-force matrix determinant calculation with LU decomposition.

Notifications You must be signed in to change notification settings

SapiensAnatis/matrix-determinant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-determinant

This program compares the performance of two methods for calculating the determinant of a square matrix: brute-force, and LU decomposition. Spoiler: LU decomposition wins, and it's not even close.

It was originally written for a scientific programming class. You may see the attached pdf file for the report that I submitted along with it, which presents data comparing the two methods.

About

Compares speed of brute-force matrix determinant calculation with LU decomposition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published