Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 442 Bytes

File metadata and controls

18 lines (14 loc) · 442 Bytes

Matrix Operations Tool

This Python tool performs basic matrix operations such as addition, subtraction, multiplication, transpose, and determinant.

Features

  • Matrix addition, subtraction, multiplication
  • Transpose and determinant calculation
  • Modular structure with separate functions
  • Unit testing with pytest

Libraries Used

  • NumPy
  • Pytest (for testing)

How to Run

pip install -r requirements.txt
python main.py