Compare commits
No commits in common. "b237542af4cbb209389dd166ef4cb02cb183cf4d" and "dba324015f627db87f9e3a95dcbdfe597c243f3e" have entirely different histories.
b237542af4
...
dba324015f
Binary file not shown.
@ -1,101 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\author{}
|
|
||||||
\title{}
|
|
||||||
\date{}
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
\begin{frame}{Questions flashs}
|
|
||||||
\begin{center}
|
|
||||||
\vfill
|
|
||||||
2nd
|
|
||||||
\vfill
|
|
||||||
30 secondes par calcul
|
|
||||||
\vfill
|
|
||||||
\tiny \jobname
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 1}
|
|
||||||
% Statistiques
|
|
||||||
Déterminer le 3e quartile de la série statistique suivante
|
|
||||||
\vfill
|
|
||||||
\begin{center}
|
|
||||||
\begin{tabular}{|*{5}{c|}}
|
|
||||||
\hline
|
|
||||||
30 & 33 & 40 & 40 & 45 \\
|
|
||||||
\hline
|
|
||||||
45 & 50 & 50 & 52 & 56 \\
|
|
||||||
\hline
|
|
||||||
56 & 58 & 59 & 60 & 60 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\end{center}
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% inéquation
|
|
||||||
Résoudre l'inéquation
|
|
||||||
|
|
||||||
\[
|
|
||||||
6x + 2 \leq 2x + 6
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Python
|
|
||||||
\begin{center}
|
|
||||||
\begin{minipage}{0.8\linewidth}
|
|
||||||
\begin{minted}[bgcolor=base3,linenos]{python}
|
|
||||||
S = 10
|
|
||||||
for i in range(4):
|
|
||||||
if S > 9:
|
|
||||||
S = S - 5
|
|
||||||
else:
|
|
||||||
S = S + 10
|
|
||||||
\end{minted}
|
|
||||||
\end{minipage}
|
|
||||||
\end{center}
|
|
||||||
\vfill
|
|
||||||
Combien vaut $S$ à la fin du programme?
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Vecteurs
|
|
||||||
\begin{minipage}{0.3\linewidth}
|
|
||||||
Déterminer un vecteur égal à
|
|
||||||
\[
|
|
||||||
\vect{ED} + \vect{BC}
|
|
||||||
\]
|
|
||||||
\end{minipage}
|
|
||||||
\hfill
|
|
||||||
\begin{minipage}{0.5\linewidth}
|
|
||||||
\begin{tikzpicture}[scale=1]
|
|
||||||
%\draw (0, 0) grid (6, 6);
|
|
||||||
\draw (0, 0) rectangle (6, 6);
|
|
||||||
|
|
||||||
\draw (4, 5) node {x} node [above right] {$A$};
|
|
||||||
\draw (2, 1) node {x} node [below right] {$B$};
|
|
||||||
\draw (4, 1) node {x} node [below right] {$C$};
|
|
||||||
\draw (2, 5) node {x} node [above right] {$D$};
|
|
||||||
\draw (1, 3) node {x} node [above left] {$E$};
|
|
||||||
\draw (5, 3) node {x} node [above right] {$F$};
|
|
||||||
|
|
||||||
\draw [->, very thick] (1, 1) -- node [midway, left] {$\vect{u}$} ++(1, 2);
|
|
||||||
\draw [->, very thick] (1, 4) -- node [midway, below ] {$\vect{v}$} ++ (2, 0);
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{minipage}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,102 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\author{}
|
|
||||||
\title{}
|
|
||||||
\date{}
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
\begin{frame}{Questions flashs}
|
|
||||||
\begin{center}
|
|
||||||
\vfill
|
|
||||||
2nd
|
|
||||||
\vfill
|
|
||||||
30 secondes par calcul
|
|
||||||
\vfill
|
|
||||||
\tiny \jobname
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 1}
|
|
||||||
% Statistiques
|
|
||||||
Déterminer le premier quartile de la série statistique suivante
|
|
||||||
\vfill
|
|
||||||
\begin{center}
|
|
||||||
\begin{tabular}{|*{5}{c|}}
|
|
||||||
\hline
|
|
||||||
30 & 33 & 40 & 40 & 45 \\
|
|
||||||
\hline
|
|
||||||
45 & 50 & 50 & 52 & 56 \\
|
|
||||||
\hline
|
|
||||||
56 & 58 & 59 & 60 & 60 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\end{center}
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% inéquation
|
|
||||||
Résoudre l'inéquation
|
|
||||||
|
|
||||||
\[
|
|
||||||
3x + 2 \leq 4x + 6
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Python
|
|
||||||
\begin{center}
|
|
||||||
\begin{minipage}{0.8\linewidth}
|
|
||||||
\begin{minted}[bgcolor=base3,linenos]{python}
|
|
||||||
S = 10
|
|
||||||
if S < 15:
|
|
||||||
for i in range(4):
|
|
||||||
S = S - 5
|
|
||||||
else:
|
|
||||||
for i in range(2):
|
|
||||||
S = S + 5
|
|
||||||
\end{minted}
|
|
||||||
\end{minipage}
|
|
||||||
\end{center}
|
|
||||||
\vfill
|
|
||||||
Combien vaut $S$ à la fin du programme?
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Vecteurs
|
|
||||||
\begin{minipage}{0.3\linewidth}
|
|
||||||
Déterminer un vecteur égal à
|
|
||||||
\[
|
|
||||||
2\vect{u} + \vect{AF}
|
|
||||||
\]
|
|
||||||
\end{minipage}
|
|
||||||
\hfill
|
|
||||||
\begin{minipage}{0.5\linewidth}
|
|
||||||
\begin{tikzpicture}[scale=1]
|
|
||||||
%\draw (0, 0) grid (6, 6);
|
|
||||||
\draw (0, 0) rectangle (6, 6);
|
|
||||||
|
|
||||||
\draw (4, 5) node {x} node [above right] {$A$};
|
|
||||||
\draw (2, 1) node {x} node [below right] {$B$};
|
|
||||||
\draw (4, 1) node {x} node [below right] {$C$};
|
|
||||||
\draw (2, 5) node {x} node [above right] {$D$};
|
|
||||||
\draw (1, 3) node {x} node [above left] {$E$};
|
|
||||||
\draw (5, 3) node {x} node [above right] {$F$};
|
|
||||||
|
|
||||||
\draw [->, very thick] (1, 1) -- node [midway, left] {$\vect{u}$} ++(1, 2);
|
|
||||||
\draw [->, very thick] (1, 4) -- node [midway, below ] {$\vect{v}$} ++ (2, 0);
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{minipage}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,102 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\author{}
|
|
||||||
\title{}
|
|
||||||
\date{}
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
\begin{frame}{Questions flashs}
|
|
||||||
\begin{center}
|
|
||||||
\vfill
|
|
||||||
2nd
|
|
||||||
\vfill
|
|
||||||
30 secondes par calcul
|
|
||||||
\vfill
|
|
||||||
\tiny \jobname
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 1}
|
|
||||||
% Statistiques
|
|
||||||
Déterminer le troisième quartile de la série statistique suivante
|
|
||||||
\vfill
|
|
||||||
\begin{center}
|
|
||||||
\begin{tabular}{|*{6}{c|}}
|
|
||||||
\hline
|
|
||||||
30 & 33 & 40 & 40 & 45 & 45\\
|
|
||||||
\hline
|
|
||||||
45 & 50 & 50 & 52 & 56 & 56\\
|
|
||||||
\hline
|
|
||||||
56 & 58 & 59 & 60 & 60 & 70\\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\end{center}
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% inéquation
|
|
||||||
Résoudre l'inéquation
|
|
||||||
|
|
||||||
\[
|
|
||||||
3x + 2 \leq 6x + 6
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Python
|
|
||||||
\begin{center}
|
|
||||||
\begin{minipage}{0.8\linewidth}
|
|
||||||
\begin{minted}[bgcolor=base3,linenos]{python}
|
|
||||||
S = 10
|
|
||||||
if S > 20:
|
|
||||||
for i in range(5):
|
|
||||||
S = S - i
|
|
||||||
else:
|
|
||||||
for i in range(3):
|
|
||||||
S = S + i
|
|
||||||
\end{minted}
|
|
||||||
\end{minipage}
|
|
||||||
\end{center}
|
|
||||||
\vfill
|
|
||||||
Combien vaut $S$ à la fin du programme?
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Vecteurs
|
|
||||||
\begin{minipage}{0.3\linewidth}
|
|
||||||
Déterminer un vecteur égal à
|
|
||||||
\[
|
|
||||||
2\vect{v} + \vect{CD}
|
|
||||||
\]
|
|
||||||
\end{minipage}
|
|
||||||
\hfill
|
|
||||||
\begin{minipage}{0.5\linewidth}
|
|
||||||
\begin{tikzpicture}[scale=1]
|
|
||||||
%\draw (0, 0) grid (6, 6);
|
|
||||||
\draw (0, 0) rectangle (6, 6);
|
|
||||||
|
|
||||||
\draw (4, 5) node {x} node [above right] {$A$};
|
|
||||||
\draw (2, 1) node {x} node [below right] {$B$};
|
|
||||||
\draw (4, 1) node {x} node [below right] {$C$};
|
|
||||||
\draw (2, 5) node {x} node [above right] {$D$};
|
|
||||||
\draw (1, 3) node {x} node [above left] {$E$};
|
|
||||||
\draw (5, 3) node {x} node [above right] {$F$};
|
|
||||||
|
|
||||||
\draw [->, very thick] (1, 1) -- node [midway, left] {$\vect{u}$} ++(1, 2);
|
|
||||||
\draw [->, very thick] (1, 4) -- node [midway, below ] {$\vect{v}$} ++ (2, 0);
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{minipage}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
@ -2,7 +2,7 @@ Mathématiques en 2nd
|
|||||||
####################
|
####################
|
||||||
|
|
||||||
:date: 2022-07-25
|
:date: 2022-07-25
|
||||||
:modified: 2023-03-22
|
:modified: 2023-02-07
|
||||||
:authors: Bertrand Benjamin
|
:authors: Bertrand Benjamin
|
||||||
:category: 2nd
|
:category: 2nd
|
||||||
:tags: Progression
|
:tags: Progression
|
||||||
@ -91,21 +91,18 @@ Période 4
|
|||||||
|
|
||||||
.. big_button::
|
.. big_button::
|
||||||
:title: Indicateurs statistiques
|
:title: Indicateurs statistiques
|
||||||
:link: ./12_Indicateurs_statistiques/
|
|
||||||
|
|
||||||
Indicateurs de tendance centrale et de dispersion. Application à Python.
|
Indicateurs de tendance centrale et de dispersion. Application à Python.
|
||||||
|
|
||||||
|
|
||||||
.. big_button::
|
.. big_button::
|
||||||
:title: Opérations sur les ensembles
|
:title: Opérations sur les ensembles
|
||||||
:link: ./13_Ensemble_et_probabilite/
|
|
||||||
|
|
||||||
Opérations ensemblistes et application aux probabilités.
|
Opérations ensemblistes et application aux probabilités.
|
||||||
|
|
||||||
|
|
||||||
.. big_button::
|
.. big_button::
|
||||||
:title: Information chiffrée
|
:title: Information chiffrée
|
||||||
:link: ./14_Information_Chiffree_2/
|
|
||||||
|
|
||||||
Répétitions d'expérience et évolutions successives.
|
Répétitions d'expérience et évolutions successives.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user