A college project in JavaScript and HTML.
Description: calculates the determinant (solution) of a Matrix up to size 4x4.
- Open
Math.html
in your preferred browser.
- Choose a Matrix size (1x1, 2x2, 3x3, 4x4)
- Enter the Matrix.
- Press "Solve!"
- The calculator will display the determinant (solution) of the Matrix.