This package has been deprecated

Author message:

Use https://www.npmjs.org/package/robust-determinant instead

robust-determinant-3

0.0.1 • Public • Published

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

/robust-determinant-3/

    Package Sidebar

    Install

    npm i robust-determinant-3

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • mikolalysenko