Skip to content

Commit 22a3916

Browse files
authored
Merge pull request jv-ransika#27 from JvgRansika/JvgRansika-patch-2
Update README.md
2 parents 4f3cd4f + b3d0799 commit 22a3916

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# PyMathZone
22
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

Comments
 (0)