2020-09-01 07:36:52 +00:00
|
|
|
\documentclass[12pt]{classPres}
|
2020-08-24 11:46:54 +00:00
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Dérivation - Cours}
|
2020-08-25 08:21:24 +00:00
|
|
|
\date{août 2020}
|
2020-08-24 11:46:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2020-09-01 07:36:52 +00:00
|
|
|
\begin{frame}[fragile]
|
|
|
|
\frametitle{Piscine en terrain triangulaire}
|
|
|
|
\begin{minipage}{0.6\textwidth}
|
|
|
|
On veut construire une piscine rectangle la plus grande possible sur un terrain triangulaire.
|
|
|
|
|
|
|
|
\vspace{1cm}
|
|
|
|
|
|
|
|
Où placer la piscine?
|
|
|
|
|
|
|
|
Quelles seront ses dimensions?
|
|
|
|
\end{minipage}
|
|
|
|
\hfill
|
|
|
|
\begin{minipage}{0.3\textwidth}
|
|
|
|
\includegraphics[scale=0.5]{./fig/maison}
|
|
|
|
|
|
|
|
\begin{tikzpicture}[scale=0.7, transform shape]
|
|
|
|
\draw (0, 0) -- node [midway, above, rotate=90] {5m}
|
|
|
|
(0,3) --
|
|
|
|
(5, 0) -- node [midway, below] {11m} cycle;
|
|
|
|
\end{tikzpicture}
|
|
|
|
\end{minipage}
|
|
|
|
|
|
|
|
\end{frame}
|
2020-08-24 11:46:54 +00:00
|
|
|
|
2020-08-25 08:21:24 +00:00
|
|
|
\end{document}
|