A Python-based interactive Matrix Operations Tool developed using NumPy. The application allows users to perform different matrix operations such as addition, subtraction, multiplication, transpose, and determinant calculation.
- Performs matrix addition
- Performs matrix subtraction
- Performs matrix multiplication
- Calculates matrix transpose
- Calculates matrix determinant
- Interactive menu-based interface
- Displays results in a structured format
- Python
- NumPy
Matrix_Operations/
├── matrix_operations.py
├── images/
│ ├── addition.png
│ ├── determinant.png
│ ├── exit.png
│ ├── multiplication.png
│ ├── subtraction.png
│ └── transpose.png
└── README.md
- Clone the repository
git clone git@github.com:vishakha-code27/matrix-operations-tool-python.git- Navigate to the project folder
cd matrix-operations-tool-python- Install required library
pip install numpy- Run the Python file
python matrix_operations.pyThis project helped me learn:
- Working with NumPy arrays
- Performing mathematical operations on matrices
- Creating interactive Python applications
- Handling user input
- Understanding matrix calculations
Vishakha Chavan





