A simple terminal-based matrix calculator (no GUI) that supports basic matrix operations for matrices of any dimension.
- ➕ Addition of two matrices
- ➖ Subtraction of two matrices
- ✖️ Multiplication of two matrices
- 🔢 Determinant calculation
➗ Add matrix division✅🔄 Add inverse matrix✅- GUI
-
Clone this repository:
git clone https://github.com/imjanindu/MatrixCalculator.git -
Move to main file folder:
cd MatrixCalculator\src -
Compile and run:
java ./Main.java