Skip to content

Commit cb4c891

Browse files
authored
Update README.md
1 parent 22a3916 commit cb4c891

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

README.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
# PyMathZone
2-
This repository is dedicated to deepening mathematical understanding through Python code implementation.
2+
**Objective**: Explore and solidify Our understanding of Mathematical Concepts by implementing its from scratch in Python. This project avoids leveraging specialized libraries like NumPy to encourage a deeper grasp of the underlying algorithms and logic.
33

4-
## Key Features
4+
---
55

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
6+
### Key Features:
7+
- **Conceptual Implementation**: The provided code directly translates the Mathematical Concepts into Python functions and logic, promoting deeper understanding and potential customization.
8+
- **No External Dependencies**: This project strictly adheres to implementing the concept without employing external libraries, fostering self-reliance and a hands-on approach.
9+
---
10+
### Included Features:
11+
- Metrix
12+
- Vectors
13+
14+
---
15+
16+
### Target Audience:
17+
- Students and developers seeking to:
18+
- Deepen their understanding of Mathematical Concepts through practical implementation.
19+
- Explore concepts without relying on pre-built libraries.
20+
- Utilize the code as a learning resource or reference.
21+
22+
### Getting Started:
23+
- Clone the repository using ```git clone https://github.com/JvgRansika/PyMathZone.git```.
24+
- Explore the [Documents](https://github.com/JvgRansika/PyMathZone/wiki) to understand the implementation.
25+
26+
---
27+
28+
### Contributions:
29+
Feel free to fork, contribute, and suggest improvements! Pull requests addressing comments, enhancing readability, or implementing additional features are welcome.

0 commit comments

Comments
 (0)