Skip to content

achenet/determinant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Determinant

A simple program to calculate the determinant of a matrix.

The matrix is given as a vector of row vectors.

We use Cramer's formula (work on an implentation using Bezout's method is as of now unfinished), and use Heap's algorithm to generate all permutations of n elements.

Currently works on 32 bit integer square matrices.

TODO

make this into a webapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages