Bertrand Benjamin
854490225e
All checks were successful
continuous-integration/drone/push Build is passing
51 lines
1.0 KiB
TeX
51 lines
1.0 KiB
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage{myXsim}
|
|
\usepackage{pgfplots}
|
|
\pgfplotsset{compat = newest}
|
|
\usepgfplotslibrary{external}
|
|
\tikzexternalize
|
|
|
|
\author{Benjamin Bertrand}
|
|
\title{Fonctions tableaux - Cours \hfill (suite)}
|
|
\date{2021-10-18}
|
|
|
|
\pagestyle{empty}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\bigskip
|
|
|
|
\setcounter{section}{2}
|
|
\section{Les variations d'une fonction}
|
|
|
|
\begin{definition}[ variations d'une fonction ]
|
|
Soit $f$ une fonction définie sur un intervalle $I$.
|
|
|
|
\medskip
|
|
|
|
\begin{minipage}{0.5\linewidth}
|
|
On dit que $f$ est \textbf{croissante} sur $I$ si et seulement \dotfill
|
|
\medskip
|
|
\\.\dotfill
|
|
\medskip
|
|
\end{minipage}
|
|
\begin{minipage}{0.5\linewidth}
|
|
|
|
\end{minipage}
|
|
|
|
\begin{minipage}{0.5\linewidth}
|
|
On dit que $f$ est \textbf{décroissante} sur $I$ si et seulement \dotfill
|
|
\medskip
|
|
\\.\dotfill
|
|
\medskip
|
|
\end{minipage}
|
|
\begin{minipage}{0.5\linewidth}
|
|
|
|
\end{minipage}
|
|
|
|
\end{definition}
|
|
|
|
\end{document}
|