65 lines
1.2 KiB
TeX
65 lines
1.2 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) = 3x+5-\ln(x)
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
Calculer
|
||
|
\[
|
||
|
\int_{0}^{10} 2t + 1 dt =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Donner la valeur de
|
||
|
\[
|
||
|
\lim_{x\rightarrow +\infty} e^x =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
Quelle lettre a pour affixe $z = 2i + 3$
|
||
|
|
||
|
\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] {$E$};
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|