This is a matrices calculator programmed in Java
- Determinant calculator
- Transpose of the matrix
- Adding/Subtracting/Multiplying matrices
- And more!
Download the .java files, place the files in the same java project and run it in a java compiler like Eclipse or IntelliJ.
Currently the rank and inverse features of the matrix calculator are a work in progress, the calculator supports floating points. Currently the only matrices that are able to be calculated by this calculator are square matrices.