Feat: début de l'approximation de l'aire
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4110ffe0f3
commit
c790970724
23
TST_sti2d/01_Aire_sous_la_courbe/3E_approximation.tex
Normal file
23
TST_sti2d/01_Aire_sous_la_courbe/3E_approximation.tex
Normal file
@ -0,0 +1,23 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Aire sous la courbe - exercice 2}
|
||||
\date{septembre 2020}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
step=3,
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{exercises.tex}
|
||||
\printcollection{banque}
|
||||
\vfill
|
||||
\printcollection{banque}
|
||||
\vfill
|
||||
|
||||
\end{document}
|
@ -156,4 +156,21 @@
|
||||
\end{multicols}
|
||||
\end{exercise}
|
||||
|
||||
\begin{exercise}[subtitle={Parc de batterie et approximation}, step={3}, origin={Création}, topics={Aire sous la courbe}, tags={Intégrale, Analyse}]
|
||||
Ci-dessous, un profil plus réaliste de l'énergie produite par un panneau solaire.
|
||||
|
||||
\begin{tikzpicture}
|
||||
\tkzInit[xmin=0,xmax=24,
|
||||
ymin=0,ymax=10,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\tkzClip
|
||||
\tkzFct[thick,color=red,domain=0:24]{exp(-0.5*((x-14)/2)**2)/(2*sqrt(2*pi))}
|
||||
\tkzText(3,-0.3){\textbf{Courbe de} $\mathbf{f}$}
|
||||
\tkzDefPointByFct(3)
|
||||
\tkzText[above right,text=red](tkzPointResult){${\mathcal{C}}_f$}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{exercise}
|
||||
|
||||
\collectexercisesstop{banque}
|
||||
|
Loading…
Reference in New Issue
Block a user