Skip to content

The Matrice_math package facilitates fundamental mathematical operations on matrices and determinants. It supports a range of operations, such as addition, subtraction, multiplication (both matrix and scalar), and provides functionalities for computing the minor, cofactor, adjoint, determinant, and inverse of a given matrix.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

KAMEHAMEHA-05/matrice_math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYTHON PACKAGE : MATRICE_MATH


The Matrice_math package facilitates fundamental mathematical operations on matrices and determinants. It supports a range of operations, such as addition, subtraction, multiplication (both matrix and scalar), and provides functionalities for computing the minor, cofactor, adjoint, determinant, and inverse of a given matrix

INSTALLATION

Installation can be done in the following 3 methods :

  1. Command Prompt :
    • Type in pip install matrix_math
  2. PyPi :
    • Open link in and browser and install
  3. Github :
    • Open link in and browser and install

If you are using method 2 or method 3, paste the installed repository in your site_packages folder

FUNCTIONS

This package contains the following functions which can be used after importing by import matrix_math :

  1. Addition of two matrices :
    • matrice_math.add(matrix_1, matrix_2)
  2. Subtraction of two matrices :
    • matrice_math.subtract(matrix_1, matrix_2)
  3. Muliplication of two matrices :
    • matrice_math.matrix_mult(matrix_1, matrix_2)
  4. Scalar multiplication :
    • matrice_math.scalar_mult(number, matrix)
  5. Minor of a certain index in a matrix :
    • matrice_math.minor(matrix, (i,j))
  6. Cofactor of a certain index in a matrix :
    • matrice_math.cofactor(matrix, (i,j))
  7. Minor matrix of a given matrix :
    • matrice_math.minor_mat(matrix)
  8. Cofactor matrix of a given matrix :
    • matrice_math.cofactor_mat(matrix)
  9. Transpose of a given matrix :
    • matrice_math.transpose(matrix)
  10. Adjoin of a given matrix :
    • matrice_math.adjoint(matrix)
  11. Determinant of a given matrix :
    • matrice_math.determinant(matrix)
  12. Inverse of a given matrix :
    • matrice_math.inverse(matrix)

LICENSE

MIT License

Copyright (c) 2022 ISHAAN SAWANT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


About

The Matrice_math package facilitates fundamental mathematical operations on matrices and determinants. It supports a range of operations, such as addition, subtraction, multiplication (both matrix and scalar), and provides functionalities for computing the minor, cofactor, adjoint, determinant, and inverse of a given matrix.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages