Compare commits

..

No commits in common. "d0278214fb71b455ecfcf405ced754635872254f" and "e4896ed1337021c240cd84b395ee8aee00236e94" have entirely different histories.

8 changed files with 5 additions and 99 deletions

View File

@ -1,24 +0,0 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Biodiversité et son évolution}
\framesubtitle{Enseignements Scientifiques}
\pause
\begin{itemize}
\item Mesure de la biodiversité (SVT)
\item Évaluer la taille d'une population (Math)
\item Évaluer une proportion d'un caractère dans une population (Math)
\item Notion de génétique (SVT)
\item Modèle d'évolution génétique (Math)
\end{itemize}
\end{frame}
\end{document}

View File

@ -23,10 +23,10 @@ clean:
rsync_cleUSB: clean
#rsync --progress --modify-window=1 --update --recursive --times --del ./ $(GIT_EXCLUDE) /run/media/lafrite/K1
rsync -av -u --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
rsync -av -u $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
rsync -av -u $(COMMON_EXCLUDE) ../Notes/ /run/media/lafrite/$(CLEUSB)/Notes
rsync -av -u $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions
rsync -av --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
rsync -av $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
rsync -av $(COMMON_EXCLUDE) ../Notes/ /run/media/lafrite/$(CLEUSB)/Notes
rsync -av $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions
# rsync -av /run/media/lafrite/$(CLEUSB)/Productions/$(YEAR) ../../Production\ eleves/

View File

@ -13,8 +13,8 @@
\setcounter{section}{1}
\section{Module et argument d'un nombre complexe}
\subsection*{Définition}
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Définition}
\begin{minipage}{0.6\textwidth}
Un nombre complexe peut être décrit de façon \textbf{trigonométrique}, pour cela il est décrit par deux grandeurs
\begin{itemize}
@ -36,7 +36,6 @@ On écrira alors
\draw [dashed] (0,3) node [left] {$b$} -- (3,3);
\end{tikzpicture}
\end{minipage}
\end{bclogo}
\subsection*{Trigonométrique vers algébrique}

View File

@ -1,46 +0,0 @@
\documentclass[a4paper,12pt]{article}
\usepackage{myXsim}
\title{Complexes, module et argument}
\tribe{Terminale ST Sti2d}
\date{Novembre 2020}
\pagestyle{empty}
\geometry{left=10mm,right=10mm, top=10mm}
\begin{document}
\setcounter{section}{2}
\section{Transformations géométriques}
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Définition}
Des transformations géométriques peuvent être décrites avec des fonctions manipulant des nombres complexes.
\begin{itemize}
\item La \textbf{translation de vecteur $\vec{u} = \vectCoord{a}{b}$} est décrite par la fonction
\[
f : z \mapsto z + u
\]
$u$ est le nombre complexe $u = a + ib$ l'affixe de $\vec{u}$.
\begin{tikzpicture}[yscale=.8, xscale=.8]
\repereNoGrid{-1}{4}{-1}{4}
\draw[|->] (1,-1) node [above left] {$M$} -- (3,3) node [above right] {$M'$};
\draw[|->] (1,1) node [above left] {$N$} -- (3,5) node [above right] {$N'$};
\draw[|->] (-1,1) node [above left] {$L$} -- (1,5) node [above right] {$L'$};
\end{tikzpicture}
\item \textbf{L'homothétie de rapport} $k \in \R$ est décrite par la fonction
\[
f : z \mapsto k \times z
\]
\begin{tikzpicture}[yscale=.8, xscale=.8]
\repereNoGrid{-1}{4}{-1}{4}
\draw[|->] (30:1) node [above left] {$M$} -- (30:2) node [above right] {$M'$};
\draw[|->] (60:2) node [above left] {$N$} -- (60:4) node [above right] {$N'$};
\draw[|->] (-30:0.5) node [below left] {$L$} -- (-30:1) node [below right] {$L'$};
\draw[|->] (120:1) node [above left] {$P$} -- (120:2) node [above left] {$P'$};
\end{tikzpicture}
\end{itemize}
\end{bclogo}
\end{document}

View File

@ -1,23 +0,0 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{Benjamin Bertrand}
\title{Complexes - Cours}
\date{Octobre 2020}
\DeclareExerciseCollection{banque}
\xsimsetup{
step=2,
}
\setlength{\columnseprule}{0pt}
\begin{document}
\input{exercises.tex}
\vfill
\printcollection{banque}
\vfill
\printcollection{banque}
\vfill
\end{document}