matrix-inverse
Version:
Matrix inverse (code from sylvester)
59 lines (39 loc) • 1.66 kB
Markdown
[][npm]
[][npm]
[][build]
[][bundlephobia]
[][prettier]
[]: https://npmjs.com/matrix-inverse
[]: https://circleci.com/gh/metabolize/matrix-inverse/tree/master
[]: https://bundlephobia.com/result?p=matrix-inverse
[]: https://prettier.io/
Matrix inverse function. Code is from [sylvester][] by [James Coglan][], with
gratitude.
Install matrix-inverse by running:
npm install matrix-inverse
```js
const matrixInverse = require('matrix-inverse')
const M = [
[],
[],
]
const M_inv = matrixInverse(M)
```
This code was copied and adapted from sylvester at commit
5a2c61681e988d60bf0a4223640c636052946341.
- Issue Tracker: https://github.com/metabolize/matrix-inverse/issues
- Source Code: https://github.com/metabolize/matrix-inverse
This project was packaged by [Paul Melnikow][] while at [Body Labs][]. Thanks
to Body Labs for the repository transfer.
The project is licensed under the MIT license.
[]: https://github.com/jcoglan/sylvester
[]: https://github.com/paulmelnikow
[]: https://github.com/bodylabs
[]: http://jcoglan.com/