Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcheon/maths_branch
Maths branch is a collection of submodules, each representing a unique project from Ecole 42.
https://github.com/jmcheon/maths_branch
cpp math maths matrix python3 vector
Last synced: about 2 months ago
JSON representation
Maths branch is a collection of submodules, each representing a unique project from Ecole 42.
- Host: GitHub
- URL: https://github.com/jmcheon/maths_branch
- Owner: jmcheon
- Created: 2023-07-16T02:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T06:15:01.000Z (11 months ago)
- Last Synced: 2024-02-25T07:25:39.551Z (10 months ago)
- Topics: cpp, math, maths, matrix, python3, vector
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Maths branch
ProjectTeamTimeXPDescription
ready_set_boole Solo10days7000Discover the way computers work mathematically.
matrix Solo10days7000Vectors and matrices, basically.
ft_kalman Group 1-2210h16800For this project, you will need to create a Kalman filter to retrace a trajectory with incomplete and flawed information.
computorv1 Solo49h4200This project is the first in a series that aims to make you rekindle with maths. They will be quite useful - not to say essential - for numerous projects to come.
computorv2 Solo147h9450This project is the first of a series to renew your relationship to mathematics, it will be very useful, essential even, for many more projects.```mermaid
pie title XP for maths projects
"ready_set_boole" : 7000
"matrix" : 7000
"ft_kalman" : 16800
"computorv1" : 4200
"computorv2" : 9450
``````mermaid
pie title required time for maths projects
"ready_set_boole" : 240
"matrix" : 240
"ft_kalman" : 210
"computorv1" : 49
"computorv2" : 147
```### maths branch
```mermaid
flowchart LR
0(maths) --240h, 7000XP--> A((matrix))
B((ft_kalman)):::group
A --210h, 16800XP --> B
0 --240h, 7000XP--> E((ready_set_boole))
0 --49h, 4200XP--> C((computorv1)) -- 147h, 9450XP --> D((computorv2))
classDef group fill:#f96
```