0.0.1 • Published 11 years ago

robust-determinant-3 v0.0.1

Weekly downloads
825
License
MIT
Repository
github
Last release
11 years ago

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