linear-solve

1.2.1 • Public • Published

Build Status

Solve linear systems

linear.solve([[ 1, 2],[ 3, 4]], [5, 11]);
// returns [1, 2]

Invert matrices

linear.invert([[2,0],[0,2]]);
//returns [[.5, 0], [0, .5]]

Nothing more

This library is very small, and can be used both in node and in the browser.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    397
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.1
    397
  • 1.2.0
    0
  • 1.1.0
    3
  • 1.0.0
    1

Package Sidebar

Install

npm i linear-solve

Weekly Downloads

356

Version

1.2.1

License

MIT

Last publish

Collaborators

  • lovasoa