Skip to content

Input a square matrix and calculate its inverse if possible.

License

Notifications You must be signed in to change notification settings

lettier/matrix-inverse-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/