https://github.com/lettier/matrix-inverse-calculator
Input a square matrix and calculate its inverse if possible.
https://github.com/lettier/matrix-inverse-calculator
functional-programming haskell interactive javascript matrix-math purescript
Last synced: 27 days ago
JSON representation
Input a square matrix and calculate its inverse if possible.
- Host: GitHub
- URL: https://github.com/lettier/matrix-inverse-calculator
- Owner: lettier
- License: apache-2.0
- Created: 2017-02-25T07:36:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T05:42:35.000Z (about 8 years ago)
- Last Synced: 2025-03-22T06:31:36.812Z (about 1 month ago)
- Topics: functional-programming, haskell, interactive, javascript, matrix-math, purescript
- Language: PureScript
- Homepage: https://lettier.com/matrix-inverse/
- Size: 5.62 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Matrix Inverse Calculator
Input a square matrix and calculate its inverse if possible.
Built with [PureScript](http://www.purescript.org/).
Try it at [lettier.com/matrix-inverse](https://lettier.com/matrix-inverse/).## Documentation
For a full write up be sure to read
[Let's make a Matrix Inverse Calculator with PureScript](https://lettier.github.io/posts/2017-02-25-matrix-inverse-purescript.html).## Get Started
```bash
git clone [email protected]:lettier/matrix-inverse-calculator.git
cd matrix-inverse-calculator
# Install nvm, npm, and yarn.
nvm use
yarn run installPackages
yarn run buildDist
xdg-open dist/index.html
```(C) 2017 David Lettier
http://www.lettier.com/