Compare commits
2 Commits
d874640156
...
812dc2cbd8
Author | SHA1 | Date | |
---|---|---|---|
812dc2cbd8 | |||
8ca88f876b |
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
\usepackage{qrcode}
|
||||
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Integrale et Primitives - Cours}
|
||||
@ -55,5 +57,18 @@ Calculs des primitives des fonctions suivantes
|
||||
z(t) = 4t^5 - \sin(x) \qquad \qquad Z(t) =
|
||||
\]
|
||||
|
||||
\envideo{https://video.opytex.org/videos/watch/cc688f48-2e83-46a2-8c81-0e67f300a37b}{Les exemples traités}
|
||||
|
||||
\section{Calculer une primitive}
|
||||
|
||||
\paragraph{Exemples:}%
|
||||
Calcul de la quantité suivante
|
||||
|
||||
\[
|
||||
\int_0^{15} -0,2x^2 + 3x \; dx=
|
||||
\]
|
||||
|
||||
|
||||
\envideo{https://video.opytex.org/videos/watch/1ebc9f06-011f-48f2-b9c9-1297ef5a6634}{Reprendre le calcul de l'exemple et reproduire le graphique}
|
||||
|
||||
\end{document}
|
||||
|
@ -349,3 +349,12 @@
|
||||
\todo[inline,#1]{%
|
||||
\textbf{À rédiger et m'envoyer par mail:}~#2}%
|
||||
}}
|
||||
|
||||
% Environnements théoreme, définition ...
|
||||
\newcounter{doc}
|
||||
\newenvironment{doc}[1]
|
||||
{\refstepcounter{doc}
|
||||
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Document \thedoc: #1}
|
||||
}{
|
||||
\end{bclogo}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user