1.0.1 • Published 5 years ago

e360-matrix v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

e360-matrix

e360-matrix is a node library to perform matrix calculations.

Installation

run npm install e360-matrix

Example

e360-matrix uses two dimensional arrays as matrices

const matrix = require('e360-matrix');

matrix.multiply([[1, 2]], [[2], [1]]);

Other Methods

  • multiply
  • inverse
  • add
  • sub

Testing

run npm test

1.0.1

5 years ago

1.0.0

5 years ago