Skip to content

A simple menu based Java program to perform mathematical operations on matrices.

License

Notifications You must be signed in to change notification settings

hansholani/Numeric-Matrix-Processor

Repository files navigation

Numeric-Matrix-Processor

A simple menu based Java program to perform mathematical operations on matrices. The operations include -

  1. Addition of two matrices
  2. Multiplication of a matrix by a constant
  3. Multiplication of two matrices
  4. Transpose of a matrix (along the main, side, horizontal or vertical diagonal)
  5. Determinant of a matrix
  6. Inverse of a matrix
  7. Exit

You can find the main program as Main.java in the src/processor/ folder. You can also find the used algorithms in the same folder.

About

A simple menu based Java program to perform mathematical operations on matrices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages