Skip to content

Woodhouse15/MatricesInJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a matrices calculator programmed in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages