Skip to content

ImJanindu/MatrixCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Calculator (Terminal-Based)

A simple terminal-based matrix calculator (no GUI) that supports basic matrix operations for matrices of any dimension.


✨ Features

  • Addition of two matrices
  • Subtraction of two matrices
  • ✖️ Multiplication of two matrices
  • 🔢 Determinant calculation

🚀 To-Do (Future Features)

  • ➗ Add matrix division
  • 🔄 Add inverse matrix
  • GUI

📦 How to Run

  1. Clone this repository:

    git clone https://github.com/imjanindu/MatrixCalculator.git
    
  2. Move to main file folder:

    cd MatrixCalculator\src
    
  3. Compile and run:

    java ./Main.java
    

About

Perform operations on matrices of any dimension.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages