This Python tool performs basic matrix operations such as addition, subtraction, multiplication, transpose, and determinant.
- Matrix addition, subtraction, multiplication
- Transpose and determinant calculation
- Modular structure with separate functions
- Unit testing with pytest
- NumPy
- Pytest (for testing)
pip install -r requirements.txt
python main.py