Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 732 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 732 Bytes

Matrix Inverse Calculator

Matrix Inverse Calculator

Input a square matrix and calculate its inverse if possible. Built with PureScript. Try it at lettier.com/matrix-inverse.

Documentation

For a full write up be sure to read Let's make a Matrix Inverse Calculator with PureScript.

Get Started

git clone git@github.com: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/