it has a wide operation of matrix like addition , subtraction , multiplication , division.we can use it for,a matrix satisfy the properties and determinant is also available.
Project description
matrix operations
This is a matrix operations package.
This matrix package has 1 modules and 28 functions
1.mat_input(rows,columns)-enter rows and columns
2.unit_mat(dimension)-unit matrix is presents of 1 in diagonals.enter the no.of.rows or columns
3.constant_mat(constant,dimension)-constant matrix contains same numbers.enter the constant and no.of.rows
4.mat_multiple(matrix1,matrix2): normal matrix multiplication
5.mat_add(matrix1,matrix2): matrix addition
6.mat_sub(matrix1,matrix2): matrix subtraction
7.mat_div(matrix1,matrix2): matrix division
8.mat_trace(matrix1): trace of matrix
9.mat_transpose(matrix1): transpose of the matrix
10.det(matrix1): determinant of 2x2 , 3x3 matrix
11.adjoint(matrix1): adjoint of matrix 2x2 and 3x3 matrix
12.area(point1,point2,point3): area of triangle
13.cramer(equation matrix,equal to matrix): value of x,y or x,y,z for three equations
14.mat_inverse(matrix1): inverse of matrix
15.element_mul(matrix1,matrix2): element wise multiplication for matrix
16.mul_commutative(matrix1,matrix2): commutative property on multiplication
17.mul_assosiative(matrix1,matrix2,matrix3): assosiative property on multiplication
18.mul_distributive(matrix1,matrix2,matrix3): distributive property of matrix
19.add_commutative(matrix1,matrix2): commutative property on addition of matrix
20.add_assosiative(matrix1,matrix2,matrix3): associative property oon addition
21.additive_identity(matrix1,matrix2): additive identity of matrix
22.additive inverse(matrix1,matrix2): additive inverse of matrix
23.unitnum_mat(constant,dimension): diagonals have give number
24.mat_ortho(matrix1): orthogonal property of matrix
25.double transpose(matirx1): tranpose of a tranpose matrix:((a)T)T=a
26.sum_transpose(matrix1): transpose of sum of two matrix=sum of two transpose matrix (a+b)T=(a)T+(b)T
27.mul_transpose(matrix1):multiplication transpose is (a*b)T=(b)T * (a)T
28.scalar_mul_transpose(matrix1):multiplication of constant with a matrix whole transpose = multiplication of a constant with the transpose of matrix (const*a)T=const * (a)T
You can use Github-flavored Markdown to write your content.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mat_rajagopal-0.0.5.tar.gz.
File metadata
- Download URL: mat_rajagopal-0.0.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497b9b50f31c9f4a5635218da9dd420169b87a35fbf4da5e6bc35cb235bccc83
|
|
| MD5 |
1240bc99ef66d280d70f289546dc8b72
|
|
| BLAKE2b-256 |
22200101a9e7cc15911e095a76cc6e2fb38f4f28852f770d425a26ff5f0285ff
|
File details
Details for the file mat_rajagopal-0.0.5-py3-none-any.whl.
File metadata
- Download URL: mat_rajagopal-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
977f943a86a72cf5d1f26014561a95305ef081a28b7c6feae83ee43529df46e5
|
|
| MD5 |
1d5da36ba5551c33cb67012841e32ef8
|
|
| BLAKE2b-256 |
cf8ea8387f19ed05132b25a85ac16476c81041f620fb3e00ea641a83a75eb743
|