Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 402 Bytes

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