Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 305 Bytes

Numeric Matrix Processor

A Java program that allows users to enter matrices and perform a variety of operations on matrices. Matrix operations include:

  • Matrix addition
  • Scalar multiplication
  • Matrix multiplication
  • Finding the determinant
  • Transposing a matrix
  • Finding the inverse of a matrix