2014-2015/2nd/Fonctions/Img_and_inter/Cours/pres_graph.tex

39 lines
903 B
TeX
Raw Normal View History

2017-06-16 06:48:07 +00:00
\documentclass[a4paper,10pt,xcolor=table]{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/classPres}
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/2014_2015}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Fonction affine \\$f :x \mapsto 7x + 3$}
\begin{center}
\includegraphics[scale=0.26]{./fig/affine}
\end{center}
\end{frame}
\begin{frame}{Fonction linéaire \\$g :x \mapsto -3x$}
\begin{center}
\includegraphics[scale=0.26]{./fig/lineaire}
\end{center}
\end{frame}
\begin{frame}{Fonction carré \\$h :x \mapsto x^2$}
\begin{center}
\includegraphics[scale=0.26]{./fig/carre}
\end{center}
\end{frame}
\begin{frame}{Fonction inverse \\$i :x \mapsto \frac{1}{x}$}
\begin{center}
\includegraphics[scale=0.26]{./fig/inverse}
\end{center}
\end{frame}
\end{document}