Commit Graph

4 Commits

Author SHA1 Message Date
19b146da0a fix(plot type): correct the plot type in the rectangle method
- Changed the plot type from "list" to "l" for the rectangle method graph.
2024-12-18 11:05:46 +01:00
4ebfe8d1b8 fix(correct the function definition for calculating expectation): correct the function definition for calculating expectation
- Corrected the function definition `fonction_esperance` to use `f(x)`
instead of `(1 - x)^4`.
- Added code to calculate the integral using the
rectangle method.
- Added code to plot the graph of the rectangle method
for the integral.
2024-12-18 11:01:37 +01:00
abb04e6d22 feat(Add bonus to Exercice 51): Ajoute du calcul de l'espérence a l'exercice 51
Ajout du calcul de l'espérence à l'exercice 51
2024-12-18 10:24:54 +01:00
8bc7b2bf58 Initial commit 2024-12-18 10:13:48 +01:00