Skip to content

Optional assignment for linear algebra course. Not the most efficient way to calculate determinants, but a fun assignment to do.

Notifications You must be signed in to change notification settings

ChristianFenn/DeterminantByCofactorExpansion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeterminantByCofactorExpansion

Usage

node main.js "[[1,0,0],[0,1,0],[0,0,1]]"

Install Test Dependencies (dependencies are only for testing purposes)

npm i

Run unit tests

npm run test

About

Optional assignment for linear algebra course. Not the most efficient way to calculate determinants, but a fun assignment to do.

Resources

Stars

Watchers

Forks