Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```