1.0.2 • Published 11 years ago

matrixjs v1.0.2

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

Matrix.js

About

Matrix.js is a JavaScript utility library for working with matrices(http://wikipedia.org/wiki/Matrix_(Mathematics)). It currently supports:

  • Adding matrices
  • Subtracting matrices
  • Multiplying matrices
  • Finding the determinant of a n by n matrix
  • Creating a n by n identity matrix
  • Raising a n by n matrix to the xth power
  • Multiplying each element in the matrix by a scalar

For more information, see the docs.

Contributing

Patches welcome, just make sure there are matching unit tests. Tests use mocha with expect.js. One particular feature that still needs to be implemented is finding the inverse of a matrix. I have an implementation that can invert either a 2 by 2 or a 3 by 3 matrix, but I am still looking for how to invert a n by n matrix.

1.0.2

11 years ago

0.0.1

12 years ago

0.0.0

12 years ago