Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 585 Bytes

File metadata and controls

13 lines (11 loc) · 585 Bytes

MatricesInJava

This is a matrices calculator programmed in Java

The functions this calculator can do:

  • Determinant calculator
  • Transpose of the matrix
  • Adding/Subtracting/Multiplying matrices
  • And more!

Usage

Download the .java files, place the files in the same java project and run it in a java compiler like Eclipse or IntelliJ.

Status

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.