Skip to content

Malay-exe/Python-Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Matrix Operations

A simple Python package for performing matrix operations such as addition, subtraction, multiplication, transposition, and more.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/Malay-exe/python-matrix.git
  2. Navigate to the project directory:
cd python-matrix
  1. Install dependencies (if any):
pip install -r requirements.txt

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages