65 lines
1.3 KiB
TeX
65 lines
1.3 KiB
TeX
|
\documentclass[14pt]{classPres}
|
||
|
\usepackage{tkz-fct}
|
||
|
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Questions flashs}
|
||
|
\begin{center}
|
||
|
\vfill
|
||
|
Tsti2d
|
||
|
\vfill
|
||
|
30 secondes par calcul
|
||
|
\vfill
|
||
|
\small \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
Dériver
|
||
|
\[
|
||
|
f(x) = \ln(2x+1)
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
Calculer
|
||
|
\[
|
||
|
\int_{-1}^{1} \frac{5x + 10}{5} dx =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Donner la valeur de
|
||
|
\[
|
||
|
\lim_{x\rightarrow 0} \ln{x} =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
Quelle lettre a pour affixe le conjugué de $z = -4i + 2$
|
||
|
|
||
|
\begin{center}
|
||
|
\begin{tikzpicture}[yscale=.5, xscale=.8]
|
||
|
\repere{-5}{5}{-5}{5}
|
||
|
\draw (-2, 3) node {$\times$} node[above] {$A$};
|
||
|
\draw (2, 3) node {$\times$} node[above] {$B$};
|
||
|
\draw (3, 2) node {$\times$} node[above] {$C$};
|
||
|
\draw (2, -4) node {$\times$} node[above] {$D$};
|
||
|
\draw (-3, -4) node {$\times$} node[above] {$D$};
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|