Skip to content

mikolalysenko/robust-determinant-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robust-determinant-3

Exactly computes the determinant of a 3x3 matrix using a series expansion in terms of nonoverlapping increasing floats

Install

	npm install robust-determinant-3

API

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

Computes the determinant of m exactly

  • m is a matrix

Returns The determinant of m

Credits

(c) 2013 Mikola Lysenko. MIT License

About

Exactly computes the determinant of a 3x3 matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published