» Matrix multiplication, Addition and Subtraction
This is a simple web application I created just for fun and to practise on using AJAX technique. I will add more in the future when I have time. Check your matrix multiplication, addition or subtraction on this page. The application accept any real number between -1000 and 1000 inclusive as the value of each matrix element. Maximum matrix size allowed is 9 x 9.
» Adjoint, Determinant and Inverse of a Matrix
This is another simple application using AJAX technique to calculate adjoint, determinant and inverse of a matrix. Maximum matrix size is 9 x 9 and only square matrix are allowed.