Compare commits
2 Commits
de6f6cd4e7
...
c66a303cb5
Author | SHA1 | Date | |
---|---|---|---|
c66a303cb5 | |||
71589caf33 |
8
Makefile
8
Makefile
@ -23,10 +23,10 @@ clean:
|
||||
|
||||
rsync_cleUSB: clean
|
||||
#rsync --progress --modify-window=1 --update --recursive --times --del ./ $(GIT_EXCLUDE) /run/media/lafrite/K1
|
||||
rsync -av -u --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
|
||||
rsync -av -u $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
|
||||
rsync -av -u $(COMMON_EXCLUDE) ../Notes/ /run/media/lafrite/$(CLEUSB)/Notes
|
||||
rsync -av -u $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions
|
||||
rsync -rtv -u --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
|
||||
rsync -rtv -u $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
|
||||
rsync -rtv -u $(COMMON_EXCLUDE) ../Notes/ /run/media/lafrite/$(CLEUSB)/Notes
|
||||
rsync -rtv -u $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions
|
||||
|
||||
# rsync -av /run/media/lafrite/$(CLEUSB)/Productions/$(YEAR) ../../Production\ eleves/
|
||||
|
||||
|
@ -2,7 +2,7 @@ Terminale technologique
|
||||
#######################
|
||||
|
||||
:date: 2020-08-21
|
||||
:modified: 2021-01-01
|
||||
:modified: 2021-01-04
|
||||
:authors: Bertrand Benjamin
|
||||
:category: TST
|
||||
:tags: Progression
|
||||
@ -34,21 +34,23 @@ Période 1 (septembre octobre - 7 semaines)
|
||||
Période 2 (novembre décembre - 7 semaines)
|
||||
==========================================
|
||||
|
||||
Les demi-groupes ont ralenti le rythme..!
|
||||
|
||||
- `Étude de polynômes de degré 2 et 3 <./05_Etude_Polynomes>`_
|
||||
- `Prolongement des suites géométrique vers l'exponentielle <./06_Prolongement_geometrique_vers_exponentiel>`_
|
||||
|
||||
Période 3 (Janvier - 4 semaines)
|
||||
Période 3 (Janvier - 5 semaines)
|
||||
================================
|
||||
|
||||
- `Équation puissances et logarithme <./07_Logarithme_et_equation_puissance>`_
|
||||
- Loi binomiale
|
||||
- Coefficients binomiaux
|
||||
|
||||
Période 4 (Février mars avril - 7 semaines)
|
||||
===========================================
|
||||
|
||||
- Coefficients binomiaux
|
||||
- Probabilités conditionnelles
|
||||
- Manipulation du logarithme
|
||||
- Manipulation du logarithme étude de la fonction
|
||||
- Ajustement affine
|
||||
- Étude de la fonction inverse
|
||||
|
||||
|
@ -2,7 +2,7 @@ Terminale technologique spécialité sti2d
|
||||
########################################
|
||||
|
||||
:date: 2020-08-21
|
||||
:modified: 2020-12-07
|
||||
:modified: 2021-01-04
|
||||
:authors: Bertrand Benjamin
|
||||
:category: TST_sti2d
|
||||
:tags: Progression
|
||||
@ -27,12 +27,12 @@ Période 2 (novembre décembre - 7 semaines)
|
||||
|
||||
- `Primitives et intégrales <./04_Integrale_et_Primitives>`_
|
||||
- `Fonction exponentielle <./05_Fonction_Expronentielle>`_
|
||||
- Forme exponentielle des complexes
|
||||
|
||||
Période 3 (Janvier - 4 semaines)
|
||||
Période 3 (Janvier - 5 semaines)
|
||||
================================
|
||||
|
||||
- Équation différentielle linéaire
|
||||
- Forme exponentielle des complexes
|
||||
- Équation différentielle linéaire et affine
|
||||
- Logarithme népérien
|
||||
|
||||
Période 4 (Février mars avril - 7 semaines)
|
||||
|
Loading…
Reference in New Issue
Block a user