Skip to content

rpgaggioli/robust-determinant-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robust-determinant-4

Exactly computes the determinant of a 4x4 matrix using a series expansion in terms of nonoverlapping increasing floats

Install

	npm install robust-determinant-4

API

require("robust-determinant-4")(m)

Computes the determinant of m exactly

  • m is a 4x4 matrix

Returns The determinant of m

Credits

(c) 2013 Richard Gaggioli MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published