bac1 gone

This commit is contained in:
Anthony Debucquoy
2025-09-16 15:17:47 +02:00
parent 9fdef4993a
commit dca98a4637
52 changed files with 65 additions and 52 deletions

View File

@ -1,55 +1,63 @@
# Summary # Summary
-[Introduction](./intro.md) -[Introduction](./bac1/intro.md)
# Mathématiques # Bac1
- [Rappel](./math/rappel/flux.md) <!-- - [Mathématiques]() -->
- [Logique](./math/logique/summary.md) <!-- - [Rappel](./bac1/math/rappel/flux.md) -->
- [implication](./math/logique/implication.md) <!-- - [Logique](./bac1/math/logique/summary.md) -->
- [induction](./math/logique/induction.md) <!-- - [implication](./bac1/math/logique/implication.md) -->
- [Ensembles](./math/logique/ensembles.md) <!-- - [induction](./bac1/math/logique/induction.md) -->
- [Fonction, Domaine et Image](./math/logique/fonctions.md) <!-- - [Ensembles](./bac1/math/logique/ensembles.md) -->
- [Technique de preuve](./math/logique/preuves.md) <!-- - [Fonction, Domaine et Image](./bac1/math/logique/fonctions.md) -->
- [Inéquations](./math/ineq/summary.md) <!-- - [Technique de preuve](./bac1/math/logique/preuves.md) -->
- [Second Degrés](./math/ineq/second_degres.md) <!-- - [Inéquations](./bac1/math/ineq/summary.md) -->
- [Valeurs Absolue](./math/ineq/abs.md) <!-- - [Second Degrés](./bac1/math/ineq/second_degres.md) -->
- [Racines carrées](./math/ineq/sqrt.md) <!-- - [Valeurs Absolue](./bac1/math/ineq/abs.md) -->
- [Géométrie](./math/geo/summary.md) <!-- - [Racines carrées](./bac1/math/ineq/sqrt.md) -->
- [Les Vecteurs](./math/geo/vecteurs.md) <!-- - [Géométrie](./bac1/math/geo/summary.md) -->
- [Les Droites](./math/geo/droites.md) <!-- - [Les Vecteurs](./bac1/math/geo/vecteurs.md) -->
- [Les Systems](./math/geo/systems.md) <!-- - [Les Droites](./bac1/math/geo/droites.md) -->
- [Les Plans](./math/geo/plans.md) <!-- - [Les Systems](./bac1/math/geo/systems.md) -->
- [Calculus](./math/calculus/index.md) <!-- - [Les Plans](./bac1/math/geo/plans.md) -->
- [Suite numérique et leurs convergences](./math/calculus/chap1.md) <!-- - [Calculus](./bac1/math/calculus/index.md) -->
- [Limites de fonctions](./math/calculus/chap2.md) <!-- - [Suite numérique et leurs convergences](./bac1/math/calculus/chap1.md) -->
- [Dérivabilité des fonctions](./math/calculus/chap3.md) <!-- - [Limites de fonctions](./bac1/math/calculus/chap2.md) -->
- [Développement de Taylor](./math/calculus/chap4.md) <!-- - [Dérivabilité des fonctions](./bac1/math/calculus/chap3.md) -->
- [Algèbre Linéaire](./math/all/index.md) <!-- - [Développement de Taylor](./bac1/math/calculus/chap4.md) -->
- [Les Espaces Vectoriels](./math/all/chap1.md) <!-- - [Algèbre Linéaire](./bac1/math/all/index.md) -->
- [Application Linéaire](./math/all/chap2.md) <!-- - [Les Espaces Vectoriels](./bac1/math/all/chap1.md) -->
- [Valeur/Vecteur/Espaces propres](./math/all/vpropres.md) <!-- - [Application Linéaire](./bac1/math/all/chap2.md) -->
- [Les Matrices](./math/all/matrix.md) <!-- - [Valeur/Vecteur/Espaces propres](./bac1/math/all/vpropres.md) -->
- [Math Discrète](./math/disc/index.md) <!-- - [Les Matrices](./bac1/math/all/matrix.md) -->
- [Initiation à la théorie des graphe](./math/disc/graph.md) <!-- - [Math Discrète](./bac1/math/disc/index.md) -->
- [Nombres Premiers](./math/disc/prime.md) <!-- - [Initiation à la théorie des graphe](./bac1/math/disc/graph.md) -->
- [Les Relations](./math/disc/relations.md) <!-- - [Nombres Premiers](./bac1/math/disc/prime.md) -->
- [Preuve par Induction](./math/disc/induction.md) <!-- - [Les Relations](./bac1/math/disc/relations.md) -->
# Physique générale I <!-- - [Preuve par Induction](./bac1/math/disc/induction.md) -->
- [Mecanique](./phys/meca/index.md) <!-- - [Physique générale I]() -->
- [Chapitre 1](./phys/meca/chap1.md) <!-- - [Mecanique](./bac1/phys/meca/index.md) -->
- [Electromagnétisme](./phys/elec/index.md) <!-- - [Chapitre 1](./bac1/phys/meca/chap1.md) -->
- [Les Forces Electriques](./phys/elec/chap1.md) <!-- - [Electromagnétisme](./bac1/phys/elec/index.md) -->
# Informatique <!-- - [Les Forces Electriques](./bac1/phys/elec/chap1.md) -->
- [Algo1](./info/algo1/index.md) <!-- - [Informatique]() -->
- [Algo2](./info/algo2/index.md) <!-- - [Algo1](./bac1/info/algo1/index.md) -->
- [fonctionnement des ordinateurs](./info/fdo/index.md) <!-- - [Algo2](./bac1/info/algo2/index.md) -->
- [Intro](./info/fdo/chap1.md) <!-- - [fonctionnement des ordinateurs](./bac1/info/fdo/index.md) -->
- [Representation des donnees](./info/fdo/chap2.md) <!-- - [Intro](./bac1/info/fdo/chap1.md) -->
- [Conception logique](./info/fdo/chap3.md) <!-- - [Representation des donnees](./bac1/info/fdo/chap2.md) -->
- [Processeur mono-cycles](./info/fdo/chap4.md) <!-- - [Conception logique](./bac1/info/fdo/chap3.md) -->
- [Assemblage et Compilation](./info/fdo/chap5.md) <!-- - [Processeur mono-cycles](./bac1/info/fdo/chap4.md) -->
- [Entrees et sorties](./info/fdo/chap6.md) <!-- - [Assemblage et Compilation](./bac1/info/fdo/chap5.md) -->
- [Hierarchie des memoires](./info/fdo/chap7.md) <!-- - [Entrees et sorties](./bac1/info/fdo/chap6.md) -->
# Economie <!-- - [Hierarchie des memoires](./bac1/info/fdo/chap7.md) -->
- [Chapitre 1 - Introduction à l'économie](./eco/chap1.md) <!-- - [Economie]() -->
- [Chapitre 2 - Comprendre le fonctionnement des marchés](./eco/chap2.md) <!-- - [Chapitre 1 - Introduction à l'économie](./bac1/eco/chap1.md) -->
<!-- - [Chapitre 2 - Comprendre le fonctionnement des marchés](./bac1/eco/chap2.md) -->
# Bac3
- [Graph. et Opti.]()
- [Statistiques]()
- [Introduction](./bac2/Stats/Introduction.md)

1
src/bac1/intro.md Normal file
View File

@ -0,0 +1 @@
# Introduction

View File

@ -0,0 +1,4 @@
# Introduction