From dca98a46373c742b90a2ee7d7aff2aeec19649e9 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Tue, 16 Sep 2025 15:17:47 +0200 Subject: [PATCH] bac1 gone --- src/SUMMARY.md | 112 +++++++++++---------- src/{ => bac1}/eco/chap1.md | 0 src/{ => bac1}/eco/chap2.md | 0 src/{ => bac1}/info/algo1/index.md | 0 src/{ => bac1}/info/algo2/index.md | 0 src/{ => bac1}/info/fdo/chap1.md | 0 src/{ => bac1}/info/fdo/chap2.md | 0 src/{ => bac1}/info/fdo/chap3.md | 0 src/{ => bac1}/info/fdo/chap4.md | 0 src/{ => bac1}/info/fdo/chap5.md | 0 src/{ => bac1}/info/fdo/chap6.md | 0 src/{ => bac1}/info/fdo/chap7.md | 0 src/{ => bac1}/info/fdo/index.md | 0 src/bac1/intro.md | 1 + src/{ => bac1}/math/all/chap1.md | 0 src/{ => bac1}/math/all/chap2.md | 0 src/{ => bac1}/math/all/index.md | 0 src/{ => bac1}/math/all/matrix.md | 0 src/{ => bac1}/math/all/vpropres.md | 0 src/{ => bac1}/math/calculus/chap1.md | 0 src/{ => bac1}/math/calculus/chap2.md | 0 src/{ => bac1}/math/calculus/chap3.md | 0 src/{ => bac1}/math/calculus/chap4.md | 0 src/{ => bac1}/math/calculus/index.md | 0 src/{ => bac1}/math/disc/graph.md | 0 src/{ => bac1}/math/disc/index.md | 0 src/{ => bac1}/math/disc/induction.md | 0 src/{ => bac1}/math/disc/prime.md | 0 src/{ => bac1}/math/disc/relations.md | 0 src/{ => bac1}/math/geo/droites.md | 0 src/{ => bac1}/math/geo/plans.md | 0 src/{ => bac1}/math/geo/summary.md | 0 src/{ => bac1}/math/geo/systems.md | 0 src/{ => bac1}/math/geo/vecteurs.md | 0 src/{ => bac1}/math/ineq/abs.md | 0 src/{ => bac1}/math/ineq/second_degres.md | 0 src/{ => bac1}/math/ineq/sqrt.md | 0 src/{ => bac1}/math/ineq/summary.md | 0 src/{ => bac1}/math/logique/ensembles.md | 0 src/{ => bac1}/math/logique/fonctions.md | 0 src/{ => bac1}/math/logique/implication.md | 0 src/{ => bac1}/math/logique/induction.md | 0 src/{ => bac1}/math/logique/preuves.md | 0 src/{ => bac1}/math/logique/summary.md | 0 src/{ => bac1}/math/rappel/flux.md | 0 src/{ => bac1}/phys/elec/chap1.md | 0 src/{ => bac1}/phys/elec/index.md | 0 src/{ => bac1}/phys/meca/PhysGen_intro.pdf | Bin src/{ => bac1}/phys/meca/chap1.md | 0 src/{ => bac1}/phys/meca/index.md | 0 src/{ => bac1}/phys/meca/mecanique_1.pdf | Bin src/bac2/Stats/Introduction.md | 4 + 52 files changed, 65 insertions(+), 52 deletions(-) rename src/{ => bac1}/eco/chap1.md (100%) rename src/{ => bac1}/eco/chap2.md (100%) rename src/{ => bac1}/info/algo1/index.md (100%) rename src/{ => bac1}/info/algo2/index.md (100%) rename src/{ => bac1}/info/fdo/chap1.md (100%) rename src/{ => bac1}/info/fdo/chap2.md (100%) rename src/{ => bac1}/info/fdo/chap3.md (100%) rename src/{ => bac1}/info/fdo/chap4.md (100%) rename src/{ => bac1}/info/fdo/chap5.md (100%) rename src/{ => bac1}/info/fdo/chap6.md (100%) rename src/{ => bac1}/info/fdo/chap7.md (100%) rename src/{ => bac1}/info/fdo/index.md (100%) create mode 100644 src/bac1/intro.md rename src/{ => bac1}/math/all/chap1.md (100%) rename src/{ => bac1}/math/all/chap2.md (100%) rename src/{ => bac1}/math/all/index.md (100%) rename src/{ => bac1}/math/all/matrix.md (100%) rename src/{ => bac1}/math/all/vpropres.md (100%) rename src/{ => bac1}/math/calculus/chap1.md (100%) rename src/{ => bac1}/math/calculus/chap2.md (100%) rename src/{ => bac1}/math/calculus/chap3.md (100%) rename src/{ => bac1}/math/calculus/chap4.md (100%) rename src/{ => bac1}/math/calculus/index.md (100%) rename src/{ => bac1}/math/disc/graph.md (100%) rename src/{ => bac1}/math/disc/index.md (100%) rename src/{ => bac1}/math/disc/induction.md (100%) rename src/{ => bac1}/math/disc/prime.md (100%) rename src/{ => bac1}/math/disc/relations.md (100%) rename src/{ => bac1}/math/geo/droites.md (100%) rename src/{ => bac1}/math/geo/plans.md (100%) rename src/{ => bac1}/math/geo/summary.md (100%) rename src/{ => bac1}/math/geo/systems.md (100%) rename src/{ => bac1}/math/geo/vecteurs.md (100%) rename src/{ => bac1}/math/ineq/abs.md (100%) rename src/{ => bac1}/math/ineq/second_degres.md (100%) rename src/{ => bac1}/math/ineq/sqrt.md (100%) rename src/{ => bac1}/math/ineq/summary.md (100%) rename src/{ => bac1}/math/logique/ensembles.md (100%) rename src/{ => bac1}/math/logique/fonctions.md (100%) rename src/{ => bac1}/math/logique/implication.md (100%) rename src/{ => bac1}/math/logique/induction.md (100%) rename src/{ => bac1}/math/logique/preuves.md (100%) rename src/{ => bac1}/math/logique/summary.md (100%) rename src/{ => bac1}/math/rappel/flux.md (100%) rename src/{ => bac1}/phys/elec/chap1.md (100%) rename src/{ => bac1}/phys/elec/index.md (100%) rename src/{ => bac1}/phys/meca/PhysGen_intro.pdf (100%) rename src/{ => bac1}/phys/meca/chap1.md (100%) rename src/{ => bac1}/phys/meca/index.md (100%) rename src/{ => bac1}/phys/meca/mecanique_1.pdf (100%) create mode 100644 src/bac2/Stats/Introduction.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3ebb819..3f33890 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,55 +1,63 @@ # Summary --[Introduction](./intro.md) +-[Introduction](./bac1/intro.md) -# Mathématiques -- [Rappel](./math/rappel/flux.md) -- [Logique](./math/logique/summary.md) - - [implication](./math/logique/implication.md) - - [induction](./math/logique/induction.md) - - [Ensembles](./math/logique/ensembles.md) - - [Fonction, Domaine et Image](./math/logique/fonctions.md) - - [Technique de preuve](./math/logique/preuves.md) -- [Inéquations](./math/ineq/summary.md) - - [Second Degrés](./math/ineq/second_degres.md) - - [Valeurs Absolue](./math/ineq/abs.md) - - [Racines carrées](./math/ineq/sqrt.md) -- [Géométrie](./math/geo/summary.md) - - [Les Vecteurs](./math/geo/vecteurs.md) - - [Les Droites](./math/geo/droites.md) - - [Les Systems](./math/geo/systems.md) - - [Les Plans](./math/geo/plans.md) -- [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) -- [Algèbre Linéaire](./math/all/index.md) - - [Les Espaces Vectoriels](./math/all/chap1.md) - - [Application Linéaire](./math/all/chap2.md) - - [Valeur/Vecteur/Espaces propres](./math/all/vpropres.md) - - [Les Matrices](./math/all/matrix.md) -- [Math Discrète](./math/disc/index.md) - - [Initiation à la théorie des graphe](./math/disc/graph.md) - - [Nombres Premiers](./math/disc/prime.md) - - [Les Relations](./math/disc/relations.md) - - [Preuve par Induction](./math/disc/induction.md) -# Physique générale I -- [Mecanique](./phys/meca/index.md) - - [Chapitre 1](./phys/meca/chap1.md) -- [Electromagnétisme](./phys/elec/index.md) - - [Les Forces Electriques](./phys/elec/chap1.md) -# Informatique -- [Algo1](./info/algo1/index.md) -- [Algo2](./info/algo2/index.md) -- [fonctionnement des ordinateurs](./info/fdo/index.md) - - [Intro](./info/fdo/chap1.md) - - [Representation des donnees](./info/fdo/chap2.md) - - [Conception logique](./info/fdo/chap3.md) - - [Processeur mono-cycles](./info/fdo/chap4.md) - - [Assemblage et Compilation](./info/fdo/chap5.md) - - [Entrees et sorties](./info/fdo/chap6.md) - - [Hierarchie des memoires](./info/fdo/chap7.md) -# Economie -- [Chapitre 1 - Introduction à l'économie](./eco/chap1.md) -- [Chapitre 2 - Comprendre le fonctionnement des marchés](./eco/chap2.md) +# Bac1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# Bac3 + +- [Graph. et Opti.]() + +- [Statistiques]() + - [Introduction](./bac2/Stats/Introduction.md) diff --git a/src/eco/chap1.md b/src/bac1/eco/chap1.md similarity index 100% rename from src/eco/chap1.md rename to src/bac1/eco/chap1.md diff --git a/src/eco/chap2.md b/src/bac1/eco/chap2.md similarity index 100% rename from src/eco/chap2.md rename to src/bac1/eco/chap2.md diff --git a/src/info/algo1/index.md b/src/bac1/info/algo1/index.md similarity index 100% rename from src/info/algo1/index.md rename to src/bac1/info/algo1/index.md diff --git a/src/info/algo2/index.md b/src/bac1/info/algo2/index.md similarity index 100% rename from src/info/algo2/index.md rename to src/bac1/info/algo2/index.md diff --git a/src/info/fdo/chap1.md b/src/bac1/info/fdo/chap1.md similarity index 100% rename from src/info/fdo/chap1.md rename to src/bac1/info/fdo/chap1.md diff --git a/src/info/fdo/chap2.md b/src/bac1/info/fdo/chap2.md similarity index 100% rename from src/info/fdo/chap2.md rename to src/bac1/info/fdo/chap2.md diff --git a/src/info/fdo/chap3.md b/src/bac1/info/fdo/chap3.md similarity index 100% rename from src/info/fdo/chap3.md rename to src/bac1/info/fdo/chap3.md diff --git a/src/info/fdo/chap4.md b/src/bac1/info/fdo/chap4.md similarity index 100% rename from src/info/fdo/chap4.md rename to src/bac1/info/fdo/chap4.md diff --git a/src/info/fdo/chap5.md b/src/bac1/info/fdo/chap5.md similarity index 100% rename from src/info/fdo/chap5.md rename to src/bac1/info/fdo/chap5.md diff --git a/src/info/fdo/chap6.md b/src/bac1/info/fdo/chap6.md similarity index 100% rename from src/info/fdo/chap6.md rename to src/bac1/info/fdo/chap6.md diff --git a/src/info/fdo/chap7.md b/src/bac1/info/fdo/chap7.md similarity index 100% rename from src/info/fdo/chap7.md rename to src/bac1/info/fdo/chap7.md diff --git a/src/info/fdo/index.md b/src/bac1/info/fdo/index.md similarity index 100% rename from src/info/fdo/index.md rename to src/bac1/info/fdo/index.md diff --git a/src/bac1/intro.md b/src/bac1/intro.md new file mode 100644 index 0000000..e10b99d --- /dev/null +++ b/src/bac1/intro.md @@ -0,0 +1 @@ +# Introduction diff --git a/src/math/all/chap1.md b/src/bac1/math/all/chap1.md similarity index 100% rename from src/math/all/chap1.md rename to src/bac1/math/all/chap1.md diff --git a/src/math/all/chap2.md b/src/bac1/math/all/chap2.md similarity index 100% rename from src/math/all/chap2.md rename to src/bac1/math/all/chap2.md diff --git a/src/math/all/index.md b/src/bac1/math/all/index.md similarity index 100% rename from src/math/all/index.md rename to src/bac1/math/all/index.md diff --git a/src/math/all/matrix.md b/src/bac1/math/all/matrix.md similarity index 100% rename from src/math/all/matrix.md rename to src/bac1/math/all/matrix.md diff --git a/src/math/all/vpropres.md b/src/bac1/math/all/vpropres.md similarity index 100% rename from src/math/all/vpropres.md rename to src/bac1/math/all/vpropres.md diff --git a/src/math/calculus/chap1.md b/src/bac1/math/calculus/chap1.md similarity index 100% rename from src/math/calculus/chap1.md rename to src/bac1/math/calculus/chap1.md diff --git a/src/math/calculus/chap2.md b/src/bac1/math/calculus/chap2.md similarity index 100% rename from src/math/calculus/chap2.md rename to src/bac1/math/calculus/chap2.md diff --git a/src/math/calculus/chap3.md b/src/bac1/math/calculus/chap3.md similarity index 100% rename from src/math/calculus/chap3.md rename to src/bac1/math/calculus/chap3.md diff --git a/src/math/calculus/chap4.md b/src/bac1/math/calculus/chap4.md similarity index 100% rename from src/math/calculus/chap4.md rename to src/bac1/math/calculus/chap4.md diff --git a/src/math/calculus/index.md b/src/bac1/math/calculus/index.md similarity index 100% rename from src/math/calculus/index.md rename to src/bac1/math/calculus/index.md diff --git a/src/math/disc/graph.md b/src/bac1/math/disc/graph.md similarity index 100% rename from src/math/disc/graph.md rename to src/bac1/math/disc/graph.md diff --git a/src/math/disc/index.md b/src/bac1/math/disc/index.md similarity index 100% rename from src/math/disc/index.md rename to src/bac1/math/disc/index.md diff --git a/src/math/disc/induction.md b/src/bac1/math/disc/induction.md similarity index 100% rename from src/math/disc/induction.md rename to src/bac1/math/disc/induction.md diff --git a/src/math/disc/prime.md b/src/bac1/math/disc/prime.md similarity index 100% rename from src/math/disc/prime.md rename to src/bac1/math/disc/prime.md diff --git a/src/math/disc/relations.md b/src/bac1/math/disc/relations.md similarity index 100% rename from src/math/disc/relations.md rename to src/bac1/math/disc/relations.md diff --git a/src/math/geo/droites.md b/src/bac1/math/geo/droites.md similarity index 100% rename from src/math/geo/droites.md rename to src/bac1/math/geo/droites.md diff --git a/src/math/geo/plans.md b/src/bac1/math/geo/plans.md similarity index 100% rename from src/math/geo/plans.md rename to src/bac1/math/geo/plans.md diff --git a/src/math/geo/summary.md b/src/bac1/math/geo/summary.md similarity index 100% rename from src/math/geo/summary.md rename to src/bac1/math/geo/summary.md diff --git a/src/math/geo/systems.md b/src/bac1/math/geo/systems.md similarity index 100% rename from src/math/geo/systems.md rename to src/bac1/math/geo/systems.md diff --git a/src/math/geo/vecteurs.md b/src/bac1/math/geo/vecteurs.md similarity index 100% rename from src/math/geo/vecteurs.md rename to src/bac1/math/geo/vecteurs.md diff --git a/src/math/ineq/abs.md b/src/bac1/math/ineq/abs.md similarity index 100% rename from src/math/ineq/abs.md rename to src/bac1/math/ineq/abs.md diff --git a/src/math/ineq/second_degres.md b/src/bac1/math/ineq/second_degres.md similarity index 100% rename from src/math/ineq/second_degres.md rename to src/bac1/math/ineq/second_degres.md diff --git a/src/math/ineq/sqrt.md b/src/bac1/math/ineq/sqrt.md similarity index 100% rename from src/math/ineq/sqrt.md rename to src/bac1/math/ineq/sqrt.md diff --git a/src/math/ineq/summary.md b/src/bac1/math/ineq/summary.md similarity index 100% rename from src/math/ineq/summary.md rename to src/bac1/math/ineq/summary.md diff --git a/src/math/logique/ensembles.md b/src/bac1/math/logique/ensembles.md similarity index 100% rename from src/math/logique/ensembles.md rename to src/bac1/math/logique/ensembles.md diff --git a/src/math/logique/fonctions.md b/src/bac1/math/logique/fonctions.md similarity index 100% rename from src/math/logique/fonctions.md rename to src/bac1/math/logique/fonctions.md diff --git a/src/math/logique/implication.md b/src/bac1/math/logique/implication.md similarity index 100% rename from src/math/logique/implication.md rename to src/bac1/math/logique/implication.md diff --git a/src/math/logique/induction.md b/src/bac1/math/logique/induction.md similarity index 100% rename from src/math/logique/induction.md rename to src/bac1/math/logique/induction.md diff --git a/src/math/logique/preuves.md b/src/bac1/math/logique/preuves.md similarity index 100% rename from src/math/logique/preuves.md rename to src/bac1/math/logique/preuves.md diff --git a/src/math/logique/summary.md b/src/bac1/math/logique/summary.md similarity index 100% rename from src/math/logique/summary.md rename to src/bac1/math/logique/summary.md diff --git a/src/math/rappel/flux.md b/src/bac1/math/rappel/flux.md similarity index 100% rename from src/math/rappel/flux.md rename to src/bac1/math/rappel/flux.md diff --git a/src/phys/elec/chap1.md b/src/bac1/phys/elec/chap1.md similarity index 100% rename from src/phys/elec/chap1.md rename to src/bac1/phys/elec/chap1.md diff --git a/src/phys/elec/index.md b/src/bac1/phys/elec/index.md similarity index 100% rename from src/phys/elec/index.md rename to src/bac1/phys/elec/index.md diff --git a/src/phys/meca/PhysGen_intro.pdf b/src/bac1/phys/meca/PhysGen_intro.pdf similarity index 100% rename from src/phys/meca/PhysGen_intro.pdf rename to src/bac1/phys/meca/PhysGen_intro.pdf diff --git a/src/phys/meca/chap1.md b/src/bac1/phys/meca/chap1.md similarity index 100% rename from src/phys/meca/chap1.md rename to src/bac1/phys/meca/chap1.md diff --git a/src/phys/meca/index.md b/src/bac1/phys/meca/index.md similarity index 100% rename from src/phys/meca/index.md rename to src/bac1/phys/meca/index.md diff --git a/src/phys/meca/mecanique_1.pdf b/src/bac1/phys/meca/mecanique_1.pdf similarity index 100% rename from src/phys/meca/mecanique_1.pdf rename to src/bac1/phys/meca/mecanique_1.pdf diff --git a/src/bac2/Stats/Introduction.md b/src/bac2/Stats/Introduction.md new file mode 100644 index 0000000..9c6f242 --- /dev/null +++ b/src/bac2/Stats/Introduction.md @@ -0,0 +1,4 @@ +# Introduction + + +