Calculus début

This commit is contained in:
2022-11-11 17:30:23 +01:00
parent ade3d8ddd9
commit c730f7695c
6 changed files with 72 additions and 2 deletions

View File

@ -2,7 +2,7 @@
-[Introduction](./intro.md)
# Mathématiques élémentaires
# Mathématiques
- [Rappel](./math/rappel/flux.md)
- [Logique](./math/logique/summary.md)
- [implication](./math/logique/implication.md)
@ -19,7 +19,11 @@
- [Les Droites](./math/geo/droites.md)
- [Les Systems](./math/geo/systems.md)
- [Les Plans](./math/geo/plans.md)
# Programmation et algorithmique I
- [Calculus](./math/calculus/index.md)
- [Suite numérique et leurs convergences](./math/calculus/chap1.md)
- [Limites de fonctions](./math/calculus/chap2.md)
- [Dérivabilité des fonctions](./math/calculus/chap3.md)
- [Développement de Taylor](./math/calculus/chap4.md)
# Physique générale I
- [Mecanique](./phys/meca/index.md)
- [Chapitre 1](./phys/meca/chap1.md)