A simple Python package for performing matrix operations such as addition, subtraction, multiplication, transposition, and more.
- Matrix Addition: Add two matrices of the same size.
- Matrix Subtraction: Subtract one matrix from another.
- Matrix Multiplication: Multiply two matrices (dot product).
- Transpose: Find the transpose of a matrix.
- Determinant: Calculate the determinant of a square matrix.
- Inverse: Compute the inverse of a square matrix.
- Customizable: Built to allow for expansion with additional operations.
- Clone the repository:
git clone https://github.com/Malay-exe/python-matrix.git
- Navigate to the project directory:
cd python-matrix
- Install dependencies (if any):
pip install -r requirements.txt
Contributions are welcome! Please follow these steps:
Fork the repository.
Create a new branch for your feature/bugfix.
Commit your changes with clear messages.
Push the branch and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.