Import work from year 2014-2015

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:48:07 +03:00
commit 7e5feb002b
1531 changed files with 418856 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,68 @@
\documentclass[a4paper,10pt]{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/classCours}
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/2014_2015}
% Title Page
\titre{Fiches fonctions}
\classe{\seconde}
\date{octobre 2014}
\begin{document}
\hspace{-2cm}
\begin{minipage}{0.5\textwidth}
\includegraphics[scale=0.35]{./fig/graph1}
\end{minipage}
\hspace{1cm}
\begin{minipage}{0.5\textwidth}
\includegraphics[scale=0.32]{./fig/graph2}
\end{minipage}
\vspace{0.5cm}
\begin{minipage}{0.5\textwidth}
$f:x \mapsto x^2 + x - 2$
\begin{tikzpicture}
\draw[very thin, gray] (-3,-3) grid (3,5);
\draw[->, thick] (-3,0) -- (3,0) node[below right] {$x$};
\draw[->, very thick] (0,-3) -- (0,5) node[above] {$y$};
\draw (0,0) node[below right, scale=0.7 ] {$O$};
\draw (0,1) node {-} node[left] {$J$};
\draw (1,0) node[rotate=90] {-} node[below] {$I$};
\clip (-3,-3) rectangle (3,5);
\draw[very thick] plot [domain=-3:3] (\x, {(\x+2)*(\x - 1)});
\end{tikzpicture}
\end{minipage}
\begin{minipage}{0.5\textwidth}
$g:x \mapsto 2x + 1$
\begin{tikzpicture}
\draw[very thin, gray] (-3,-3) grid (3,5);
\draw[->, thick] (-3,0) -- (3,0) node[below right] {$x$};
\draw[->, very thick] (0,-3) -- (0,5) node[above] {$y$};
\draw (0,0) node[below right, scale=0.7 ] {$O$};
\draw (0,1) node {-} node[left] {$J$};
\draw (1,0) node[rotate=90] {-} node[below] {$I$};
\clip (-3,-3) rectangle (3,5);
\draw[very thick] plot [domain=-3:3] (\x, {2*\x + 1});
\end{tikzpicture}
\end{minipage}
\vspace{0.5cm}
\begin{center}
\includegraphics[scale=0.6]{./fig/2graph}
\end{center}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,21 @@
Notes sur une autre fiche avec des graphiques pour la réslution d'équation et d'inéquations.
############################################################################################
:date: 2015-07-01
:modified: 2015-07-01
:tags: Fonctions
:category: 2nd
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers fiche_fct2.tex <fiche_fct2.tex>`_
`Lien vers fiche_fct2.pdf <fiche_fct2.pdf>`_
`Lien vers fig/graph2.pdf <fig/graph2.pdf>`_
`Lien vers fig/graph1.pdf <fig/graph1.pdf>`_
`Lien vers fig/2graph.png <fig/2graph.png>`_