We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f3cd4f + b3d0799 commit 22a3916Copy full SHA for 22a3916
README.md
@@ -1,2 +1,16 @@
1
# PyMathZone
2
This repository is dedicated to deepening mathematical understanding through Python code implementation.
3
+
4
+## Key Features
5
6
+### Matrix Class:
7
+ - Represents a matrix as a two-dimensional array of numerical values.
8
+ - Supports a wide range of operations, including:
9
+ - Creating matrices
10
+ - Accessing and modifying elements
11
+ - Arithmetic operations (addition, subtraction, multiplication)
12
+ - Transpose
13
+ - Determinant
14
+ - Minor, cofactor, cofactor matrix
15
+ - Adjoint
16
+ - Inverse
0 commit comments