Dernieres images ajoutés
This commit is contained in:
parent
47fac46825
commit
eb8f8d1cdd
24 changed files with 1018 additions and 201 deletions
|
|
@ -1,12 +1,21 @@
|
||||||
|
|
||||||
\textbf{Question 10}
|
\textbf{Question 10}
|
||||||
|
|
||||||
Nous avons trouvé un seuil de $T_s = 0.0356s$ à l'aide d'un boucle qui traverse les
|
Nous avons trouvé un seuil de $T_s = 0.0356s$ à l'aide d'un boucle qui traverse les differents periodes d'echantillonnage.
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[scale=0.4]{Illustrations/Q10}
|
\begin{subfigure}{0.48\textwidth}
|
||||||
\caption{Système à $T_s = 2s$}
|
\centering
|
||||||
\label{fig:Q10_1}
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q10}
|
||||||
|
\caption{Système au seuil: $T_s = 0.0356s$}
|
||||||
|
\end{subfigure}
|
||||||
|
\hfill
|
||||||
|
\begin{subfigure}{0.48\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q10_diverge}
|
||||||
|
\caption{Système hors seuil: $T_s = 0.0366s$}
|
||||||
|
\end{subfigure}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,6 @@ Avec la fonction \texttt{lqr} de MATLAB, le gain de retour d'état obtenu est :
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
K =
|
K =
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
0{,}97 & -14{,}62 & 0{,}66 & 1{,}32 & 19{,}32 & 0{,}39 & 2{,}40 & -2{,}11
|
0.97 & -14.62 & 0{,}66 & 1.32 & 19.32 & 0.39 & 2.40 & -2.11
|
||||||
\end{bmatrix}
|
\end{bmatrix}
|
||||||
\end{equation}
|
\end{equation}
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
\textbf{Question 13}
|
\textbf{Question 13}
|
||||||
|
|
||||||
Nous avons testé plusieurs périodes d'échantillonnage entre $0{,}1\,\mathrm{s}$ et $5\,\mathrm{s}$.
|
Avec le même periode d'echantillonnage comme dans la section precedente: $T_e=0.0356$ notre système est rendu instable.
|
||||||
Les valeurs propres discrètes restent à l'intérieur du cercle unité, comme le montre la Figure~\ref{fig:q13}.
|
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=0.4\textwidth]{Illustrations/im1} % Remplacez par votre image
|
\includegraphics[scale=0.3]{Illustrations/NouveauxImages/Q13}
|
||||||
\caption{Valeurs propres pour différentes périodes d'échantillonnage.}
|
\caption{Pôles du système avec temps d'echantillonnage: $T_e = 0.0356$}
|
||||||
\label{fig:q13}
|
\label{fig:q13}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,29 @@
|
||||||
\textbf{Question 14}
|
\textbf{Question 14}
|
||||||
|
|
||||||
Comme nous avions fait en Q12. Par approche empirique, nous avons trouvé que $T_s = 0.3s$, ce qui convient pour maintenir le comportement temporel voulu. Voir Figure~\ref{fig:q14_reponses}.
|
Nous retrouvons un seuil d'echantillonnage à: $T_e = 0.0107s$. Voici les comportements du système dedans et hors seuil.
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=0.4\textwidth]{Illustrations/Q14} % Remplacez par votre image
|
\begin{subfigure}{0.48\textwidth}
|
||||||
\caption{Réponse du système à $T_s = 0.3s$.}
|
\centering
|
||||||
\label{fig:q14_reponses}
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q14}
|
||||||
|
\caption{Système au seuil: $T_s = 0.0107s$}
|
||||||
|
\end{subfigure}
|
||||||
|
\hfill
|
||||||
|
\begin{subfigure}{0.48\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q14_instable}
|
||||||
|
\caption{Système hors seuil: $T_s = 0.0108s$}
|
||||||
|
\end{subfigure}
|
||||||
|
\begin{subfigure}{0.48\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q14_step}
|
||||||
|
\caption{Reponse à un echelon unitaire: $T_s = 0.0107s$}
|
||||||
|
\end{subfigure}
|
||||||
|
\hfill
|
||||||
|
\begin{subfigure}{0.48\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q14_step_diverge}
|
||||||
|
\caption{Reponse à un echelon unitaire: $T_s = 0.0108s$}
|
||||||
|
\end{subfigure}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
@ -7,7 +7,7 @@ B_p =
|
||||||
\end{bmatrix}
|
\end{bmatrix}
|
||||||
=
|
=
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
0 \\ 0 \\ 0 \\ 0 \\ -1 \\ -1 \\ 0 \\ 0
|
0 & 0 & 0 & 0 & -1 & -1 & 0 & 0
|
||||||
\end{bmatrix}
|
\end{bmatrix}^{T}
|
||||||
\end{equation}
|
\end{equation}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
La Figure~\ref{fig:q16_perturbation} montre que le système ne corrige pas l'erreur due à la perturbation.
|
La Figure~\ref{fig:q16_perturbation} montre que le système ne corrige pas l'erreur due à la perturbation.
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=0.4\textwidth]{Illustrations/im3} % Remplacez par votre image
|
\includegraphics[scale=0.3]{Illustrations/im3} % Remplacez par votre image
|
||||||
\caption{Simulation du système avec une perturbation.}
|
\caption{Simulation du système avec une perturbation.}
|
||||||
\label{fig:q16_perturbation}
|
\label{fig:q16_perturbation}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
|
||||||
413
latex/Questions/Q17.log
Normal file
413
latex/Questions/Q17.log
Normal file
|
|
@ -0,0 +1,413 @@
|
||||||
|
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2026.4.14) 7 MAY 2026 19:29
|
||||||
|
entering extended mode
|
||||||
|
restricted \write18 enabled.
|
||||||
|
%&-line parsing enabled.
|
||||||
|
**Q17.tex
|
||||||
|
(./Q17.tex
|
||||||
|
LaTeX2e <2023-11-01> patch level 1
|
||||||
|
L3 programming layer <2024-01-22>
|
||||||
|
|
||||||
|
! LaTeX Error: Missing \begin{document}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.1 \textbf{Question 17}
|
||||||
|
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (64.64003pt too wide) in paragraph at lines 1--2
|
||||||
|
[]\OT1/cmr/bx/n/10 Question
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (11.49994pt too wide) in paragraph at lines 1--2
|
||||||
|
\OT1/cmr/bx/n/10 17
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: Missing \begin{document}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.3 À
|
||||||
|
partir des huit pôles obtenus avec la commande par retour d'état de...
|
||||||
|
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
LaTeX Font Info: Trying to load font information for +cmr on input line 3.
|
||||||
|
LaTeX Font Info: No file cmr.fd. on input line 3.
|
||||||
|
|
||||||
|
LaTeX Font Warning: Font shape `/cmr/m/n' undefined
|
||||||
|
(Font) using `/cmr/m/n' instead on input line 3.
|
||||||
|
|
||||||
|
! Corrupted NFSS tables.
|
||||||
|
wrong@fontshape ...message {Corrupted NFSS tables}
|
||||||
|
error@fontshape else let f...
|
||||||
|
l.3 À
|
||||||
|
partir des huit pôles obtenus avec la commande par retour d'état de...
|
||||||
|
This error message was generated by an \errmessage
|
||||||
|
command, so I can't give any explicit help.
|
||||||
|
Pretend that you're Hercule Poirot: Examine all clues,
|
||||||
|
and deduce the truth by order and method.
|
||||||
|
|
||||||
|
|
||||||
|
LaTeX Font Warning: Font shape `/cmr/m/n' undefined
|
||||||
|
(Font) using `OT1/cmr/m/n' instead on input line 3.
|
||||||
|
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no h in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no b in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no v in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no ' in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no Q in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no 1 in font nullfont!
|
||||||
|
Missing character: There is no 1 in font nullfont!
|
||||||
|
Missing character: There is no , in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no j in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no ' in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no g in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
LaTeX Font Info: External font `cmex10' loaded for size
|
||||||
|
(Font) <7> on input line 3.
|
||||||
|
LaTeX Font Info: External font `cmex10' loaded for size
|
||||||
|
(Font) <5> on input line 3.
|
||||||
|
Missing character: There is no , in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no y in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no . in font nullfont!
|
||||||
|
Missing character: There is no A in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no , in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no y in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no g in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no : in font nullfont!
|
||||||
|
|
||||||
|
Overfull \hbox (32.50003pt too wide) in paragraph at lines 3--5
|
||||||
|
[]\/cmr/m/n/10 ^^RA
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (5.00002pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^o
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (5.00002pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^o
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (5.00002pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Ra
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (18.91605pt too wide) in paragraph at lines 3--5
|
||||||
|
\OML/cmm/m/it/10 p[] \/cmr/m/n/10 =
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (35.55566pt too wide) in paragraph at lines 3--5
|
||||||
|
\OMS/cmsy/m/n/10 ^^@\/cmr/m/n/10 4[]3805$
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (5.00002pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^o
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Re
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (5.00002pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^o
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Re
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 3--5
|
||||||
|
\/cmr/m/n/10 ^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: Missing \begin{document}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.21 p
|
||||||
|
_{\text{des}} =
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
! Missing $ inserted.
|
||||||
|
<inserted text>
|
||||||
|
$
|
||||||
|
l.21 p_
|
||||||
|
{\text{des}} =
|
||||||
|
I've inserted a begin-math/end-math symbol since I think
|
||||||
|
you left one out. Proceed, with fingers crossed.
|
||||||
|
|
||||||
|
! Undefined control sequence.
|
||||||
|
l.21 p_{\text
|
||||||
|
{des}} =
|
||||||
|
The control sequence at the end of the top line
|
||||||
|
of your error message was never \def'ed. If you have
|
||||||
|
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||||
|
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||||
|
and I'll forget about whatever was undefined.
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: Environment bmatrix undefined.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.22 \begin{bmatrix}
|
||||||
|
|
||||||
|
Your command was ignored.
|
||||||
|
Type I <command> <return> to replace it with another command,
|
||||||
|
or <return> to continue without it.
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: \begin{document} ended by \end{bmatrix}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.32 \end{bmatrix}
|
||||||
|
^{T}
|
||||||
|
Your command was ignored.
|
||||||
|
Type I <command> <return> to replace it with another command,
|
||||||
|
or <return> to continue without it.
|
||||||
|
|
||||||
|
)
|
||||||
|
! Emergency stop.
|
||||||
|
<*> Q17.tex
|
||||||
|
|
||||||
|
*** (job aborted, no legal \end found)
|
||||||
|
|
||||||
|
|
||||||
|
Here is how much of TeX's memory you used:
|
||||||
|
37 strings out of 474222
|
||||||
|
630 string characters out of 5748733
|
||||||
|
1923975 words of memory out of 5000000
|
||||||
|
22390 multiletter control sequences out of 15000+600000
|
||||||
|
558377 words of font info for 37 fonts, out of 8000000 for 9000
|
||||||
|
1141 hyphenation exceptions out of 8191
|
||||||
|
23i,3n,32p,268b,91s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||||
|
! ==> Fatal error occurred, no output PDF file produced!
|
||||||
|
|
@ -2,19 +2,34 @@
|
||||||
|
|
||||||
À partir des huit pôles obtenus avec la commande par retour d'état de la Question 11, on ajoute un pôle supplémentaire associé à l'action intégrale $p_i = -4{,}3805$, correspondant au pôle du système le plus rapide.
|
À partir des huit pôles obtenus avec la commande par retour d'état de la Question 11, on ajoute un pôle supplémentaire associé à l'action intégrale $p_i = -4{,}3805$, correspondant au pôle du système le plus rapide.
|
||||||
Ainsi, les pôles desirés du système augmenté sont :
|
Ainsi, les pôles desirés du système augmenté sont :
|
||||||
|
\begin{center}
|
||||||
|
$p_{\text{des}} =$
|
||||||
|
\begin{equation}
|
||||||
|
\begin{bmatrix}
|
||||||
|
-85 &
|
||||||
|
-8+69i &
|
||||||
|
-8-69i &
|
||||||
|
-28+17i &
|
||||||
|
-28-17i &
|
||||||
|
-16 &
|
||||||
|
-4+3i &
|
||||||
|
-4-3i &
|
||||||
|
-4
|
||||||
|
\end{bmatrix}^{T}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
p_{\text{des}} =
|
p_{\text{des}} =
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
-84{,}6647\\
|
-84.6647 \\
|
||||||
-7{,}5585+68{,}7669i\\
|
-7.5585+68.7669i \\
|
||||||
-7{,}5585-68{,}7669i\\
|
-7.5585-68.7669i \\
|
||||||
-27{,}9691+17{,}2408i\\
|
-27.9691+17.2408i \\
|
||||||
-27{,}9691-17{,}2408i\\
|
-27.9691-17.2408i \\
|
||||||
-15{,}9108\\
|
-15.9108 \\
|
||||||
-4{,}3805+2{,}6626i\\
|
-4.3805+2.6626i \\
|
||||||
-4{,}3805-2{,}6626i\\
|
-4.3805-2.6626i \\
|
||||||
-4{,}3805
|
-4.3805
|
||||||
\end{bmatrix}.
|
\end{bmatrix}
|
||||||
\end{equation}
|
\end{equation}
|
||||||
|
\end{center}
|
||||||
|
|
@ -9,12 +9,12 @@ K_1 & K_i
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
K_1 =
|
K_1 =
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
-3{,}1081 & -18{,}9367 & -0{,}1707 & 2{,}1192 & 19{,}4677 & -2{,}3049 & 2{,}3377 & -1{,}7524
|
-3.1081 & -18.9367 & -0.1707 & 2.1192 & 19.4677 & -2.3049 & 2.3377 & -1.7524
|
||||||
\end{bmatrix}
|
\end{bmatrix}
|
||||||
\end{equation}
|
\end{equation}
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
K_i =
|
K_i =
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
26{,}2831
|
26.2831
|
||||||
\end{bmatrix}
|
\end{bmatrix}
|
||||||
\end{equation}
|
\end{equation}
|
||||||
|
|
|
||||||
335
latex/Questions/Q5.log
Normal file
335
latex/Questions/Q5.log
Normal file
|
|
@ -0,0 +1,335 @@
|
||||||
|
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2026.4.14) 7 MAY 2026 19:15
|
||||||
|
entering extended mode
|
||||||
|
restricted \write18 enabled.
|
||||||
|
%&-line parsing enabled.
|
||||||
|
**Q5.tex
|
||||||
|
(./Q5.tex
|
||||||
|
LaTeX2e <2023-11-01> patch level 1
|
||||||
|
L3 programming layer <2024-01-22>
|
||||||
|
|
||||||
|
! LaTeX Error: Missing \begin{document}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.2 \textbf{Question 5}
|
||||||
|
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (64.64003pt too wide) in paragraph at lines 2--3
|
||||||
|
[]\OT1/cmr/bx/n/10 Question
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (5.74997pt too wide) in paragraph at lines 2--3
|
||||||
|
\OT1/cmr/bx/n/10 5
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: Missing \begin{document}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.4 L
|
||||||
|
a Figure 2 montre que la sortie $y(t)$ oscille après l’échelon, con...
|
||||||
|
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
Missing character: There is no L in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no F in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no g in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no 2 in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no q in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
LaTeX Font Info: External font `cmex10' loaded for size
|
||||||
|
(Font) <7> on input line 4.
|
||||||
|
LaTeX Font Info: External font `cmex10' loaded for size
|
||||||
|
(Font) <5> on input line 4.
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
LaTeX Font Info: Trying to load font information for +cmr on input line 4.
|
||||||
|
LaTeX Font Info: No file cmr.fd. on input line 4.
|
||||||
|
|
||||||
|
LaTeX Font Warning: Font shape `/cmr/m/n' undefined
|
||||||
|
(Font) using `/cmr/m/n' instead on input line 4.
|
||||||
|
|
||||||
|
! Corrupted NFSS tables.
|
||||||
|
wrong@fontshape ...message {Corrupted NFSS tables}
|
||||||
|
error@fontshape else let f...
|
||||||
|
l.4 ...2 montre que la sortie $y(t)$ oscille aprè
|
||||||
|
s l’échelon, confirmant...
|
||||||
|
This error message was generated by an \errmessage
|
||||||
|
command, so I can't give any explicit help.
|
||||||
|
Pretend that you're Hercule Poirot: Examine all clues,
|
||||||
|
and deduce the truth by order and method.
|
||||||
|
|
||||||
|
|
||||||
|
LaTeX Font Warning: Font shape `/cmr/m/n' undefined
|
||||||
|
(Font) using `OT1/cmr/m/n' instead on input line 4.
|
||||||
|
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no h in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no , in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no f in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no b in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no y in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no b in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no v in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no . in font nullfont!
|
||||||
|
|
||||||
|
Overfull \hbox (20.0pt too wide) in paragraph at lines 4--5
|
||||||
|
[]
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (16.65051pt too wide) in paragraph at lines 4--5
|
||||||
|
\OML/cmm/m/it/10 y\/cmr/m/n/10 (\OML/cmm/m/it/10 t\/cmr/m/n/10 )$
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (9.44446pt too wide) in paragraph at lines 4--5
|
||||||
|
\/cmr/m/n/10 ^^Re
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (7.22223pt too wide) in paragraph at lines 4--5
|
||||||
|
\/cmr/m/n/10 '^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (7.22223pt too wide) in paragraph at lines 4--5
|
||||||
|
\/cmr/m/n/10 '^^Se
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
Overfull \hbox (4.44444pt too wide) in paragraph at lines 4--5
|
||||||
|
\/cmr/m/n/10 ^^Re
|
||||||
|
[]
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: Environment figure undefined.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.6 \begin{figure}
|
||||||
|
[H]
|
||||||
|
Your command was ignored.
|
||||||
|
Type I <command> <return> to replace it with another command,
|
||||||
|
or <return> to continue without it.
|
||||||
|
|
||||||
|
|
||||||
|
! LaTeX Error: Missing \begin{document}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.6 \begin{figure}[
|
||||||
|
H]
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
Missing character: There is no [ in font nullfont!
|
||||||
|
Missing character: There is no H in font nullfont!
|
||||||
|
Missing character: There is no ] in font nullfont!
|
||||||
|
! Undefined control sequence.
|
||||||
|
l.8 \includegraphics
|
||||||
|
[scale=0.3]{Illustrations/Q5stepReponse} % Remplacez...
|
||||||
|
The control sequence at the end of the top line
|
||||||
|
of your error message was never \def'ed. If you have
|
||||||
|
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||||
|
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||||
|
and I'll forget about whatever was undefined.
|
||||||
|
|
||||||
|
Missing character: There is no [ in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no = in font nullfont!
|
||||||
|
Missing character: There is no 0 in font nullfont!
|
||||||
|
Missing character: There is no . in font nullfont!
|
||||||
|
Missing character: There is no 3 in font nullfont!
|
||||||
|
Missing character: There is no ] in font nullfont!
|
||||||
|
Missing character: There is no I in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no a in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no i in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no / in font nullfont!
|
||||||
|
Missing character: There is no Q in font nullfont!
|
||||||
|
Missing character: There is no 5 in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no R in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
|
||||||
|
! LaTeX Error: \caption outside float.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.9 \caption
|
||||||
|
{Response du système en boucle ouverte.}
|
||||||
|
You're in trouble here. Try typing <return> to proceed.
|
||||||
|
If that doesn't work, type X <return> to quit.
|
||||||
|
|
||||||
|
Missing character: There is no R in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no p in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no d in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no y in font nullfont!
|
||||||
|
Missing character: There is no s in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no m in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no n in font nullfont!
|
||||||
|
Missing character: There is no b in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no c in font nullfont!
|
||||||
|
Missing character: There is no l in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no o in font nullfont!
|
||||||
|
Missing character: There is no u in font nullfont!
|
||||||
|
Missing character: There is no v in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no r in font nullfont!
|
||||||
|
Missing character: There is no t in font nullfont!
|
||||||
|
Missing character: There is no e in font nullfont!
|
||||||
|
Missing character: There is no . in font nullfont!
|
||||||
|
|
||||||
|
! LaTeX Error: \begin{document} ended by \end{figure}.
|
||||||
|
|
||||||
|
See the LaTeX manual or LaTeX Companion for explanation.
|
||||||
|
Type H <return> for immediate help.
|
||||||
|
...
|
||||||
|
|
||||||
|
l.10 \end{figure}
|
||||||
|
|
||||||
|
Your command was ignored.
|
||||||
|
Type I <command> <return> to replace it with another command,
|
||||||
|
or <return> to continue without it.
|
||||||
|
|
||||||
|
)
|
||||||
|
! Emergency stop.
|
||||||
|
<*> Q5.tex
|
||||||
|
|
||||||
|
*** (job aborted, no legal \end found)
|
||||||
|
|
||||||
|
|
||||||
|
Here is how much of TeX's memory you used:
|
||||||
|
36 strings out of 474222
|
||||||
|
610 string characters out of 5748733
|
||||||
|
1922975 words of memory out of 5000000
|
||||||
|
22389 multiletter control sequences out of 15000+600000
|
||||||
|
558377 words of font info for 37 fonts, out of 8000000 for 9000
|
||||||
|
1141 hyphenation exceptions out of 8191
|
||||||
|
23i,1n,32p,169b,91s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||||
|
! ==> Fatal error occurred, no output PDF file produced!
|
||||||
|
|
@ -5,6 +5,6 @@ La Figure 2 montre que la sortie $y(t)$ oscille après l’échelon, confirmant
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[scale=0.4]{Illustrations/Q5stepReponse} % Remplacez par votre image
|
\includegraphics[scale=0.3]{Illustrations/Q5stepReponse} % Remplacez par votre image
|
||||||
\caption{Response du système en boucle ouverte.}
|
\caption{Response du système en boucle ouverte.}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
@ -9,4 +9,4 @@ Le gain $H$ est ensuite calculé à partir d'un système en boucle fermée sous
|
||||||
$H=-\frac{1}{C(A-BKC)^{-1}B}$
|
$H=-\frac{1}{C(A-BKC)^{-1}B}$
|
||||||
\end{center}
|
\end{center}
|
||||||
Ainsi, les valeurs retenues pour la commande en boucle fermée sont :
|
Ainsi, les valeurs retenues pour la commande en boucle fermée sont :
|
||||||
$K = 1{,}85$ \textit{\&} $H = -3$
|
$\textbf{K = 1.85}$ \textit{\&} $\textbf{H = -3}$
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ La Figure 3 montre que $w(L,t)$ suit la consigne $w_c(t)$ unitaire, avec une err
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[scale=0.4]{Illustrations/Q8} % Remplacez par votre image
|
\includegraphics[scale=0.3]{Illustrations/Q8} % Remplacez par votre image
|
||||||
\caption{Suivi de la consigne $w_c(t)$ par la position $w(L,t)$.}
|
\caption{Suivi de la consigne $w_c(t)$ par la position $w(L,t)$.}
|
||||||
\label{fig:Q8_1}
|
\label{fig:Q8_1}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
@ -1,39 +1,34 @@
|
||||||
|
|
||||||
\textbf{Question 9}
|
\textbf{Question 9}
|
||||||
|
|
||||||
La Figure~\ref{fig:q9_eigenvalues} compare les valeurs propres du système en boucle fermée en temps continu avec celles obtenues après discrétisation par ZOH, pour les trois périodes d'échantillonnage proposées.
|
La Figure~\ref{fig:q9_eigenvalues} compare les valeurs propres du système en boucle fermée en temps continu avec celles obtenues après discrétisation par ZOH, pour les trois périodes d'échantillonnage proposées: $T_e = \{0.01s ; 0.02s ; 0.04s\}$.
|
||||||
|
|
||||||
|
\begin{figure}[H]
|
||||||
\begin{figure}[h]
|
\centering
|
||||||
\centering
|
|
||||||
\begin{subfigure}{0.48\textwidth}
|
\begin{subfigure}{0.48\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=\textwidth]{Illustrations/Q9continu}
|
\includegraphics[scale=0.3]{Illustrations/Q9continu}
|
||||||
\caption{Valeurs propres en temps continu.}
|
\caption{Valeurs propres en temps continu.}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
\hfill
|
\hfill
|
||||||
\begin{subfigure}{0.48\textwidth}
|
\begin{subfigure}{0.48\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=\textwidth]{Illustrations/Q9001}
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q9_TE001}
|
||||||
\caption{$T_s = 0{,}01\,\mathrm{s}$.}
|
\caption{$T_s = 0.01\,\mathrm{s}$.}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
|
\begin{subfigure}{0.48\textwidth}
|
||||||
\vspace{0.3cm}
|
|
||||||
|
|
||||||
\begin{subfigure}{0.48\textwidth}
|
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=\textwidth]{Illustrations/Q9002}
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q9_TE002}
|
||||||
\caption{$T_s = 0{,}02\,\mathrm{s}$.}
|
\caption{$T_s = 0.02\,\mathrm{s}$.}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
\hfill
|
\hfill
|
||||||
\begin{subfigure}{0.48\textwidth}
|
\begin{subfigure}{0.48\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=\textwidth]{Illustrations/Q9004}
|
\includegraphics[scale=0.4]{Illustrations/NouveauxImages/Q9_TE004}
|
||||||
\caption{$T_s = 0{,}04\,\mathrm{s}$.}
|
\caption{$T_s = 0.04\,\mathrm{s}$.}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
\caption{Comparaison des valeurs propres du système en boucle fermée.}
|
|
||||||
\label{fig:q9_eigenvalues}
|
\label{fig:q9_eigenvalues}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
Les pôles discrets restent à l'intérieur du cercle unité pour les trois valeurs de $T_s$, ce qui montre que le système discret reste stable.
|
Comme nous pouvons voir, les pôles du système discret restent à l'interieur du cercle unitaire, mais dès que nous passons à $T_e=0.04s$ ça rend le système instable avec un pôle hors le cercle.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
\subsection{Discrétisation par éléments finis}
|
\subsection{Discrétisation par éléments finis}
|
||||||
\input{Questions/Q2}
|
\input{Questions/Q2}
|
||||||
\input{Questions/Q3}
|
\input{Questions/Q3}
|
||||||
\newpage
|
|
||||||
\input{Questions/Q4}
|
\input{Questions/Q4}
|
||||||
\input{Questions/Q5}
|
\input{Questions/Q5}
|
||||||
\input{Questions/Q6}
|
\input{Questions/Q6}
|
||||||
|
|
@ -21,10 +20,7 @@
|
||||||
\input{Questions/Q8}
|
\input{Questions/Q8}
|
||||||
|
|
||||||
\subsection{Retour de sortie par ZOH}
|
\subsection{Retour de sortie par ZOH}
|
||||||
%%newpage pour les imgs q9
|
|
||||||
\newpage
|
|
||||||
\input{Questions/Q9}
|
\input{Questions/Q9}
|
||||||
\newpage
|
|
||||||
\input{Questions/Q10}
|
\input{Questions/Q10}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,32 +15,27 @@
|
||||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Dynamique avec EDP}{1}{subsection.1.1}\protected@file@percent }
|
\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Dynamique avec EDP}{1}{subsection.1.1}\protected@file@percent }
|
||||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Discrétisation par éléments finis}{1}{subsection.1.2}\protected@file@percent }
|
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Discrétisation par éléments finis}{1}{subsection.1.2}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Comparaison des valeurs propres du système en temps continu et en temps discret.}}{3}{figure.caption.1}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Comparaison des valeurs propres du système en temps continu et en temps discret.}}{3}{figure.caption.1}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Response du système en boucle ouverte.}}{4}{figure.caption.2}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Response du système en boucle ouverte.}}{3}{figure.caption.2}\protected@file@percent }
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {2}Retour de sortie}{4}{section.2}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\numberline {2}Retour de sortie}{4}{section.2}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Suivi de la consigne $w_c(t)$ par la position $w(L,t)$.}}{5}{figure.caption.3}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Suivi de la consigne $w_c(t)$ par la position $w(L,t)$.}}{4}{figure.caption.3}\protected@file@percent }
|
||||||
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
|
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
|
||||||
\newlabel{fig:Q8_1}{{3}{5}{Suivi de la consigne $w_c(t)$ par la position $w(L,t)$}{figure.caption.3}{}}
|
\newlabel{fig:Q8_1}{{3}{4}{Suivi de la consigne $w_c(t)$ par la position $w(L,t)$}{figure.caption.3}{}}
|
||||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Retour de sortie par ZOH}{5}{subsection.2.1}\protected@file@percent }
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Retour de sortie par ZOH}{4}{subsection.2.1}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Comparaison des valeurs propres du système en boucle fermée.}}{6}{figure.caption.4}\protected@file@percent }
|
\newlabel{fig:q9_eigenvalues}{{\caption@xref {fig:q9_eigenvalues}{ on input line 30}}{5}{Retour de sortie par ZOH}{figure.caption.4}{}}
|
||||||
\newlabel{fig:q9_eigenvalues}{{4}{6}{Comparaison des valeurs propres du système en boucle fermée}{figure.caption.4}{}}
|
\@writefile{toc}{\contentsline {section}{\numberline {3}Retour d'état}{5}{section.3}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Système à $T_s = 2s$}}{7}{figure.caption.5}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces Simulation numérique du système continu en boucle fermée.}}{6}{figure.caption.6}\protected@file@percent }
|
||||||
\newlabel{fig:Q10_1}{{5}{7}{Système à $T_s = 2s$}{figure.caption.5}{}}
|
\newlabel{fig:Q15}{{6}{6}{Simulation numérique du système continu en boucle fermée}{figure.caption.6}{}}
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {3}Retour d'état}{7}{section.3}\protected@file@percent }
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Retour d'état par ZOH}{6}{subsection.3.1}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces Simulation numérique du système continu en boucle fermée.}}{7}{figure.caption.6}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces Pôles du système avec temps d'echantillonnage: $T_e = 0.0356$}}{6}{figure.caption.7}\protected@file@percent }
|
||||||
\newlabel{fig:Q15}{{6}{7}{Simulation numérique du système continu en boucle fermée}{figure.caption.6}{}}
|
\newlabel{fig:q13}{{7}{6}{Pôles du système avec temps d'echantillonnage: $T_e = 0.0356$}{figure.caption.7}{}}
|
||||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Retour d'état par ZOH}{7}{subsection.3.1}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\numberline {4}Rejet de perturbation}{7}{section.4}\protected@file@percent }
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces Valeurs propres pour différentes périodes d'échantillonnage.}}{8}{figure.caption.7}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces Simulation du système avec une perturbation.}}{7}{figure.caption.9}\protected@file@percent }
|
||||||
\newlabel{fig:q13}{{7}{8}{Valeurs propres pour différentes périodes d'échantillonnage}{figure.caption.7}{}}
|
\newlabel{fig:q16_perturbation}{{9}{7}{Simulation du système avec une perturbation}{figure.caption.9}{}}
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces Réponse du système à $T_s = 0.3s$}}{8}{figure.caption.8}\protected@file@percent }
|
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Remplacement du pré-gain H}{7}{subsection.4.1}\protected@file@percent }
|
||||||
\newlabel{fig:q14_reponses}{{8}{8}{Réponse du système à $T_s = 0.3s$}{figure.caption.8}{}}
|
\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces Simulation du système avec correction par action intégrale.}}{8}{figure.caption.10}\protected@file@percent }
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {4}Rejet de perturbation}{8}{section.4}\protected@file@percent }
|
\newlabel{fig:q19_integrale}{{10}{8}{Simulation du système avec correction par action intégrale}{figure.caption.10}{}}
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces Simulation du système avec une perturbation.}}{9}{figure.caption.9}\protected@file@percent }
|
|
||||||
\newlabel{fig:q16_perturbation}{{9}{9}{Simulation du système avec une perturbation}{figure.caption.9}{}}
|
|
||||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Remplacement du pré-gain H}{9}{subsection.4.1}\protected@file@percent }
|
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces Simulation du système avec correction par action intégrale.}}{10}{figure.caption.10}\protected@file@percent }
|
|
||||||
\newlabel{fig:q19_integrale}{{10}{10}{Simulation du système avec correction par action intégrale}{figure.caption.10}{}}
|
|
||||||
\global\mtcsecondpartfalse
|
\global\mtcsecondpartfalse
|
||||||
\pgfsyspdfmark {pgfid2}{6708151}{47648898}
|
\pgfsyspdfmark {pgfid2}{6708151}{47648898}
|
||||||
\abx@aux@read@bbl@mdfivesum{76D65A242EC496C9B4361AF646FF12CB}
|
\abx@aux@read@bbl@mdfivesum{76D65A242EC496C9B4361AF646FF12CB}
|
||||||
\abx@aux@read@bblrerun
|
\abx@aux@read@bblrerun
|
||||||
\gdef \@abspage@last{13}
|
\gdef \@abspage@last{11}
|
||||||
|
|
|
||||||
266
latex/main.log
266
latex/main.log
|
|
@ -1,4 +1,4 @@
|
||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2026.4.14) 7 MAY 2026 14:26
|
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2026.4.14) 7 MAY 2026 19:33
|
||||||
entering extended mode
|
entering extended mode
|
||||||
restricted \write18 enabled.
|
restricted \write18 enabled.
|
||||||
%&-line parsing enabled.
|
%&-line parsing enabled.
|
||||||
|
|
@ -1279,180 +1279,218 @@ File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
11.
|
11.
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
[1])
|
[1]) (./Questions/Q4.tex
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
<Illustrations/Q4eigenValTEMPSCONT.png, id=486, 526.96875pt x 395.22656pt>
|
||||||
<use template/assets/template_page.pdf>
|
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
|
||||||
12.
|
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
|
||||||
[2] (./Questions/Q4.tex
|
|
||||||
<Illustrations/Q4eigenValTEMPSCONT.png, id=496, 526.96875pt x 395.22656pt>
|
|
||||||
File: Illustrations/Q4eigenValTEMPSCONT.png Graphic file (type png)
|
File: Illustrations/Q4eigenValTEMPSCONT.png Graphic file (type png)
|
||||||
<use Illustrations/Q4eigenValTEMPSCONT.png>
|
<use Illustrations/Q4eigenValTEMPSCONT.png>
|
||||||
Package pdftex.def Info: Illustrations/Q4eigenValTEMPSCONT.png used on input l
|
Package pdftex.def Info: Illustrations/Q4eigenValTEMPSCONT.png used on input l
|
||||||
ine 10.
|
ine 10.
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
||||||
<Illustrations/Q40100.png, id=497, 526.96875pt x 395.22656pt>
|
<Illustrations/Q40100.png, id=487, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q40100.png Graphic file (type png)
|
File: Illustrations/Q40100.png Graphic file (type png)
|
||||||
<use Illustrations/Q40100.png>
|
<use Illustrations/Q40100.png>
|
||||||
Package pdftex.def Info: Illustrations/Q40100.png used on input line 16.
|
Package pdftex.def Info: Illustrations/Q40100.png used on input line 16.
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
||||||
<Illustrations/Q40200.png, id=498, 526.96875pt x 395.22656pt>
|
<Illustrations/Q40200.png, id=488, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q40200.png Graphic file (type png)
|
File: Illustrations/Q40200.png Graphic file (type png)
|
||||||
<use Illustrations/Q40200.png>
|
<use Illustrations/Q40200.png>
|
||||||
Package pdftex.def Info: Illustrations/Q40200.png used on input line 24.
|
Package pdftex.def Info: Illustrations/Q40200.png used on input line 24.
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
||||||
<Illustrations/Q40400.png, id=499, 526.96875pt x 395.22656pt>
|
<Illustrations/Q40400.png, id=489, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q40400.png Graphic file (type png)
|
File: Illustrations/Q40400.png Graphic file (type png)
|
||||||
<use Illustrations/Q40400.png>
|
<use Illustrations/Q40400.png>
|
||||||
Package pdftex.def Info: Illustrations/Q40400.png used on input line 30.
|
Package pdftex.def Info: Illustrations/Q40400.png used on input line 30.
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
||||||
|
|
||||||
|
|
||||||
|
LaTeX Warning: `h' float specifier changed to `ht'.
|
||||||
|
|
||||||
) (./Questions/Q5.tex
|
) (./Questions/Q5.tex
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
<use template/assets/template_page.pdf>
|
<use template/assets/template_page.pdf>
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
1.
|
1.
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
|
[2]
|
||||||
[3 <./Illustrations/Q4eigenValTEMPSCONT.png (PNG copy)> <./Illustrations/Q40100
|
<Illustrations/Q5stepReponse.png, id=500, 526.96875pt x 395.22656pt>
|
||||||
.png (PNG copy)> <./Illustrations/Q40200.png (PNG copy)> <./Illustrations/Q4040
|
|
||||||
0.png (PNG copy)>]
|
|
||||||
<Illustrations/Q5stepReponse.png, id=506, 526.96875pt x 395.22656pt>
|
|
||||||
File: Illustrations/Q5stepReponse.png Graphic file (type png)
|
File: Illustrations/Q5stepReponse.png Graphic file (type png)
|
||||||
<use Illustrations/Q5stepReponse.png>
|
<use Illustrations/Q5stepReponse.png>
|
||||||
Package pdftex.def Info: Illustrations/Q5stepReponse.png used on input line 8.
|
Package pdftex.def Info: Illustrations/Q5stepReponse.png used on input line 8.
|
||||||
|
|
||||||
(pdftex.def) Requested size: 210.78375pt x 158.08781pt.
|
(pdftex.def) Requested size: 158.09184pt x 118.56888pt.
|
||||||
) (./Questions/Q6.tex) (./Questions/Q7.tex
|
) (./Questions/Q6.tex
|
||||||
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
|
<use template/assets/template_page.pdf>
|
||||||
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
|
3.
|
||||||
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
|
[3 <./Illustrations/Q4eigenValTEMPSCONT.png (PNG copy)> <./Illustrations/Q4010
|
||||||
|
0.png (PNG copy)> <./Illustrations/Q40200.png (PNG copy)> <./Illustrations/Q404
|
||||||
|
00.png (PNG copy)> <./Illustrations/Q5stepReponse.png (PNG copy)>]) (./Question
|
||||||
|
s/Q7.tex
|
||||||
LaTeX Font Info: Trying to load font information for T1+cmtt on input line 4
|
LaTeX Font Info: Trying to load font information for T1+cmtt on input line 4
|
||||||
.
|
.
|
||||||
|
|
||||||
(/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd
|
(/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd
|
||||||
File: t1cmtt.fd 2023/04/13 v2.5m Standard LaTeX font definitions
|
File: t1cmtt.fd 2023/04/13 v2.5m Standard LaTeX font definitions
|
||||||
)) (./Questions/Q8.tex
|
)) (./Questions/Q8.tex
|
||||||
<Illustrations/Q8.png, id=507, 526.96875pt x 395.22656pt>
|
<Illustrations/Q8.png, id=508, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q8.png Graphic file (type png)
|
File: Illustrations/Q8.png Graphic file (type png)
|
||||||
<use Illustrations/Q8.png>
|
<use Illustrations/Q8.png>
|
||||||
Package pdftex.def Info: Illustrations/Q8.png used on input line 7.
|
Package pdftex.def Info: Illustrations/Q8.png used on input line 7.
|
||||||
(pdftex.def) Requested size: 210.78375pt x 158.08781pt.
|
(pdftex.def) Requested size: 158.09184pt x 118.56888pt.
|
||||||
)
|
)
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
|
||||||
<use template/assets/template_page.pdf>
|
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
|
||||||
22.
|
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
|
||||||
|
|
||||||
[4{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc} <./Illustrations/
|
|
||||||
Q5stepReponse.png (PNG copy)>]
|
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
|
||||||
<use template/assets/template_page.pdf>
|
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
|
||||||
25.
|
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
|
||||||
[5 <./Illustrations/Q8.png (PNG copy)>]
|
|
||||||
(./Questions/Q9.tex
|
(./Questions/Q9.tex
|
||||||
<Illustrations/Q9continu.png, id=523, 526.96875pt x 395.22656pt>
|
|
||||||
|
Package caption Warning: \label without proper reference on input line 30.
|
||||||
|
See the caption package documentation for explanation.
|
||||||
|
|
||||||
|
|
||||||
|
LaTeX Warning: Reference `fig:q9_eigenvalues' on page 4 undefined on input line
|
||||||
|
4.
|
||||||
|
|
||||||
|
<Illustrations/Q9continu.png, id=510, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q9continu.png Graphic file (type png)
|
File: Illustrations/Q9continu.png Graphic file (type png)
|
||||||
<use Illustrations/Q9continu.png>
|
<use Illustrations/Q9continu.png>
|
||||||
Package pdftex.def Info: Illustrations/Q9continu.png used on input line 11.
|
Package pdftex.def Info: Illustrations/Q9continu.png used on input line 10.
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
(pdftex.def) Requested size: 158.09184pt x 118.56888pt.
|
||||||
<Illustrations/Q9001.png, id=524, 526.96875pt x 395.22656pt>
|
<Illustrations/NouveauxImages/Q9_TE001.png, id=511, 332.9238pt x 277.9986pt>
|
||||||
File: Illustrations/Q9001.png Graphic file (type png)
|
File: Illustrations/NouveauxImages/Q9_TE001.png Graphic file (type png)
|
||||||
<use Illustrations/Q9001.png>
|
<use Illustrations/NouveauxImages/Q9_TE001.png>
|
||||||
Package pdftex.def Info: Illustrations/Q9001.png used on input line 17.
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q9_TE001.png used on inp
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
ut line 16.
|
||||||
<Illustrations/Q9002.png, id=525, 526.96875pt x 395.22656pt>
|
(pdftex.def) Requested size: 133.16714pt x 111.19746pt.
|
||||||
File: Illustrations/Q9002.png Graphic file (type png)
|
<Illustrations/NouveauxImages/Q9_TE002.png, id=512, 332.9238pt x 277.9986pt>
|
||||||
<use Illustrations/Q9002.png>
|
File: Illustrations/NouveauxImages/Q9_TE002.png Graphic file (type png)
|
||||||
Package pdftex.def Info: Illustrations/Q9002.png used on input line 25.
|
<use Illustrations/NouveauxImages/Q9_TE002.png>
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q9_TE002.png used on inp
|
||||||
<Illustrations/Q9004.png, id=526, 526.96875pt x 395.22656pt>
|
ut line 21.
|
||||||
File: Illustrations/Q9004.png Graphic file (type png)
|
(pdftex.def) Requested size: 133.16714pt x 111.19746pt.
|
||||||
<use Illustrations/Q9004.png>
|
<Illustrations/NouveauxImages/Q9_TE004.png, id=513, 332.9238pt x 277.9986pt>
|
||||||
Package pdftex.def Info: Illustrations/Q9004.png used on input line 31.
|
File: Illustrations/NouveauxImages/Q9_TE004.png Graphic file (type png)
|
||||||
(pdftex.def) Requested size: 212.91577pt x 159.68594pt.
|
<use Illustrations/NouveauxImages/Q9_TE004.png>
|
||||||
)
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q9_TE004.png used on inp
|
||||||
|
ut line 27.
|
||||||
|
(pdftex.def) Requested size: 133.16714pt x 111.19746pt.
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
<use template/assets/template_page.pdf>
|
<use template/assets/template_page.pdf>
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
27.
|
32.
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
[6 <./Illustrations/Q9continu.png (PNG copy)> <./Illustrations/Q9001.png (PNG
|
[4{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc} <./Illustrations/
|
||||||
copy)> <./Illustrations/Q9002.png (PNG copy)> <./Illustrations/Q9004.png (PNG c
|
Q8.png (PNG copy)>]) (./Questions/Q10.tex
|
||||||
opy)>] (./Questions/Q10.tex
|
<Illustrations/NouveauxImages/Q10.png, id=523, 333.8874pt x 270.7716pt>
|
||||||
<Illustrations/Q10.png, id=532, 330.9966pt x 268.3626pt>
|
File: Illustrations/NouveauxImages/Q10.png Graphic file (type png)
|
||||||
File: Illustrations/Q10.png Graphic file (type png)
|
<use Illustrations/NouveauxImages/Q10.png>
|
||||||
<use Illustrations/Q10.png>
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q10.png used on input li
|
||||||
Package pdftex.def Info: Illustrations/Q10.png used on input line 7.
|
ne 10.
|
||||||
(pdftex.def) Requested size: 132.39629pt x 107.34312pt.
|
(pdftex.def) Requested size: 133.55258pt x 108.30672pt.
|
||||||
|
<Illustrations/NouveauxImages/Q10_diverge.png, id=524, 329.0694pt x 270.7716pt>
|
||||||
|
|
||||||
|
File: Illustrations/NouveauxImages/Q10_diverge.png Graphic file (type png)
|
||||||
|
<use Illustrations/NouveauxImages/Q10_diverge.png>
|
||||||
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q10_diverge.png used on
|
||||||
|
input line 16.
|
||||||
|
(pdftex.def) Requested size: 131.62541pt x 108.30672pt.
|
||||||
) (./Questions/Q11.tex)
|
) (./Questions/Q11.tex)
|
||||||
(./Questions/Q12.tex
|
(./Questions/Q12.tex
|
||||||
<Illustrations/Q12.png, id=534, 526.96875pt x 395.22656pt>
|
<Illustrations/Q12.png, id=526, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q12.png Graphic file (type png)
|
File: Illustrations/Q12.png Graphic file (type png)
|
||||||
<use Illustrations/Q12.png>
|
<use Illustrations/Q12.png>
|
||||||
Package pdftex.def Info: Illustrations/Q12.png used on input line 7.
|
Package pdftex.def Info: Illustrations/Q12.png used on input line 7.
|
||||||
(pdftex.def) Requested size: 177.42868pt x 133.07262pt.
|
(pdftex.def) Requested size: 177.42868pt x 133.07262pt.
|
||||||
) (./Questions/Q13.tex
|
|
||||||
<Illustrations/im1.png, id=536, 363.759pt x 298.2342pt>
|
|
||||||
File: Illustrations/im1.png Graphic file (type png)
|
|
||||||
<use Illustrations/im1.png>
|
|
||||||
Package pdftex.def Info: Illustrations/im1.png used on input line 8.
|
|
||||||
(pdftex.def) Requested size: 177.42868pt x 145.46709pt.
|
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
|
||||||
<use template/assets/template_page.pdf>
|
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
|
||||||
12.
|
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
|
||||||
[7 <./Illustrations/Q10.png (PNG copy)> <./Illustrations/Q12.png (PNG copy)>])
|
|
||||||
(./Questions/Q14.tex
|
|
||||||
<Illustrations/Q14.png, id=546, 330.9966pt x 268.3626pt>
|
|
||||||
File: Illustrations/Q14.png Graphic file (type png)
|
|
||||||
<use Illustrations/Q14.png>
|
|
||||||
Package pdftex.def Info: Illustrations/Q14.png used on input line 7.
|
|
||||||
(pdftex.def) Requested size: 177.42868pt x 143.85716pt.
|
|
||||||
)
|
|
||||||
(./Questions/Q15.tex) (./Questions/Q16.tex
|
|
||||||
<Illustrations/im3.png, id=548, 346.4142pt x 284.7438pt>
|
|
||||||
File: Illustrations/im3.png Graphic file (type png)
|
|
||||||
<use Illustrations/im3.png>
|
|
||||||
Package pdftex.def Info: Illustrations/im3.png used on input line 6.
|
|
||||||
(pdftex.def) Requested size: 177.42868pt x 145.84306pt.
|
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
<use template/assets/template_page.pdf>
|
<use template/assets/template_page.pdf>
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
10.
|
10.
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
[8 <./Illustrations/im1.png (PNG copy)> <./Illustrations/Q14.png (PNG copy)>])
|
[5 <./Illustrations/Q9continu.png (PNG copy)> <./Illustrations/NouveauxImages/
|
||||||
(./Questions/Q17.tex)
|
Q9_TE001.png (PNG copy)> <./Illustrations/NouveauxImages/Q9_TE002.png (PNG copy
|
||||||
(./Questions/Q18.tex) (./Questions/Q19.tex
|
)> <./Illustrations/NouveauxImages/Q9_TE004.png (PNG copy)> <./Illustrations/No
|
||||||
<Illustrations/Q17.png, id=557, 526.96875pt x 395.22656pt>
|
uveauxImages/Q10.png (PNG copy)> <./Illustrations/NouveauxImages/Q10_diverge.pn
|
||||||
|
g (PNG copy)>]) (./Questions/Q13.tex
|
||||||
|
<Illustrations/NouveauxImages/Q13.png, id=534, 332.9238pt x 263.0628pt>
|
||||||
|
File: Illustrations/NouveauxImages/Q13.png Graphic file (type png)
|
||||||
|
<use Illustrations/NouveauxImages/Q13.png>
|
||||||
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q13.png used on input li
|
||||||
|
ne 7.
|
||||||
|
(pdftex.def) Requested size: 99.8779pt x 78.91943pt.
|
||||||
|
) (./Questions/Q14.tex
|
||||||
|
<Illustrations/NouveauxImages/Q14.png, id=535, 346.4142pt x 284.262pt>
|
||||||
|
File: Illustrations/NouveauxImages/Q14.png Graphic file (type png)
|
||||||
|
<use Illustrations/NouveauxImages/Q14.png>
|
||||||
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q14.png used on input li
|
||||||
|
ne 9.
|
||||||
|
(pdftex.def) Requested size: 138.56322pt x 113.70277pt.
|
||||||
|
<Illustrations/NouveauxImages/Q14_instable.png, id=536, 346.4142pt x 284.262pt>
|
||||||
|
|
||||||
|
File: Illustrations/NouveauxImages/Q14_instable.png Graphic file (type png)
|
||||||
|
<use Illustrations/NouveauxImages/Q14_instable.png>
|
||||||
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q14_instable.png used on
|
||||||
|
input line 15.
|
||||||
|
(pdftex.def) Requested size: 138.56322pt x 113.70277pt.
|
||||||
|
<Illustrations/NouveauxImages/Q14_step.png, id=537, 333.8874pt x 270.7716pt>
|
||||||
|
File: Illustrations/NouveauxImages/Q14_step.png Graphic file (type png)
|
||||||
|
<use Illustrations/NouveauxImages/Q14_step.png>
|
||||||
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q14_step.png used on inp
|
||||||
|
ut line 20.
|
||||||
|
(pdftex.def) Requested size: 133.55258pt x 108.30672pt.
|
||||||
|
<Illustrations/NouveauxImages/Q14_step_diverge.png, id=538, 333.8874pt x 270.77
|
||||||
|
16pt>
|
||||||
|
File: Illustrations/NouveauxImages/Q14_step_diverge.png Graphic file (type png)
|
||||||
|
|
||||||
|
<use Illustrations/NouveauxImages/Q14_step_diverge.png>
|
||||||
|
Package pdftex.def Info: Illustrations/NouveauxImages/Q14_step_diverge.png use
|
||||||
|
d on input line 26.
|
||||||
|
(pdftex.def) Requested size: 133.55258pt x 108.30672pt.
|
||||||
|
)
|
||||||
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
|
<use template/assets/template_page.pdf>
|
||||||
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
|
35.
|
||||||
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
|
[6 <./Illustrations/Q12.png (PNG copy)> <./Illustrations/NouveauxImages/Q13.png
|
||||||
|
(PNG copy)>] (./Questions/Q15.tex) (./Questions/Q16.tex
|
||||||
|
<Illustrations/im3.png, id=546, 346.4142pt x 284.7438pt>
|
||||||
|
File: Illustrations/im3.png Graphic file (type png)
|
||||||
|
<use Illustrations/im3.png>
|
||||||
|
Package pdftex.def Info: Illustrations/im3.png used on input line 6.
|
||||||
|
(pdftex.def) Requested size: 103.92505pt x 85.4238pt.
|
||||||
|
) (./Questions/Q17.tex
|
||||||
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
|
<use template/assets/template_page.pdf>
|
||||||
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
|
19.
|
||||||
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
|
|
||||||
|
[7 <./Illustrations/NouveauxImages/Q14.png (PNG copy)> <./Illustrations/Nouveau
|
||||||
|
xImages/Q14_instable.png (PNG copy)> <./Illustrations/NouveauxImages/Q14_step.p
|
||||||
|
ng (PNG copy)> <./Illustrations/NouveauxImages/Q14_step_diverge.png (PNG copy)>
|
||||||
|
<./Illustrations/im3.png (PNG copy)>]) (./Questions/Q18.tex)
|
||||||
|
(./Questions/Q19.tex
|
||||||
|
<Illustrations/Q17.png, id=555, 526.96875pt x 395.22656pt>
|
||||||
File: Illustrations/Q17.png Graphic file (type png)
|
File: Illustrations/Q17.png Graphic file (type png)
|
||||||
<use Illustrations/Q17.png>
|
<use Illustrations/Q17.png>
|
||||||
Package pdftex.def Info: Illustrations/Q17.png used on input line 7.
|
Package pdftex.def Info: Illustrations/Q17.png used on input line 7.
|
||||||
(pdftex.def) Requested size: 177.42868pt x 133.07262pt.
|
(pdftex.def) Requested size: 177.42868pt x 133.07262pt.
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
) (./Questions/Q20.tex)) (./template/derniere_page.tex
|
||||||
<use template/assets/template_page.pdf>
|
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
|
||||||
11.
|
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
|
||||||
[9 <./Illustrations/im3.png (PNG copy)>]) (./Questions/Q20.tex)) (./template/d
|
|
||||||
erniere_page.tex
|
|
||||||
File: template/assets/template_page.pdf Graphic file (type pdf)
|
File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
<use template/assets/template_page.pdf>
|
<use template/assets/template_page.pdf>
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
1.
|
1.
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
[10 <./Illustrations/Q17.png (PNG copy)>]
|
|
||||||
|
[8 <./Illustrations/Q17.png (PNG copy)>]
|
||||||
|
|
||||||
pdfTeX warning: /usr/bin/pdflatex (file ./template/assets/template_last_page.pd
|
pdfTeX warning: /usr/bin/pdflatex (file ./template/assets/template_last_page.pd
|
||||||
f): PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed
|
f): PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed
|
||||||
<template/assets/template_last_page.pdf, id=571, 469.44203pt x 655.09624pt>
|
<template/assets/template_last_page.pdf, id=566, 469.44203pt x 655.09624pt>
|
||||||
File: template/assets/template_last_page.pdf Graphic file (type pdf)
|
File: template/assets/template_last_page.pdf Graphic file (type pdf)
|
||||||
<use template/assets/template_last_page.pdf>
|
<use template/assets/template_last_page.pdf>
|
||||||
Package pdftex.def Info: template/assets/template_last_page.pdf used on input
|
Package pdftex.def Info: template/assets/template_last_page.pdf used on input
|
||||||
line 6.
|
line 6.
|
||||||
(pdftex.def) Requested size: 614.29306pt x 795.00795pt.
|
(pdftex.def) Requested size: 614.29306pt x 795.00795pt.
|
||||||
<template/assets/carre.png, id=574, 15.05624pt x 15.05624pt>
|
<template/assets/carre.png, id=569, 15.05624pt x 15.05624pt>
|
||||||
File: template/assets/carre.png Graphic file (type png)
|
File: template/assets/carre.png Graphic file (type png)
|
||||||
<use template/assets/carre.png>
|
<use template/assets/carre.png>
|
||||||
Package pdftex.def Info: template/assets/carre.png used on input line 22.
|
Package pdftex.def Info: template/assets/carre.png used on input line 22.
|
||||||
|
|
@ -1501,7 +1539,7 @@ File: template/assets/template_page.pdf Graphic file (type pdf)
|
||||||
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
Package pdftex.def Info: template/assets/template_page.pdf used on input line
|
||||||
73.
|
73.
|
||||||
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
(pdftex.def) Requested size: 614.35538pt x 795.03171pt.
|
||||||
[11 <./template/assets/template_last_page.pdf> <./template/assets/carre.png>]
|
[9 <./template/assets/template_last_page.pdf> <./template/assets/carre.png>]
|
||||||
(./main.aux)
|
(./main.aux)
|
||||||
***********
|
***********
|
||||||
LaTeX2e <2023-11-01> patch level 1
|
LaTeX2e <2023-11-01> patch level 1
|
||||||
|
|
@ -1523,11 +1561,11 @@ Package logreq Info: Writing requests to 'main.run.xml'.
|
||||||
|
|
||||||
)
|
)
|
||||||
Here is how much of TeX's memory you used:
|
Here is how much of TeX's memory you used:
|
||||||
35361 strings out of 474222
|
35406 strings out of 474222
|
||||||
658165 string characters out of 5748733
|
661496 string characters out of 5748733
|
||||||
1943975 words of memory out of 5000000
|
1946975 words of memory out of 5000000
|
||||||
56996 multiletter control sequences out of 15000+600000
|
57042 multiletter control sequences out of 15000+600000
|
||||||
600028 words of font info for 79 fonts, out of 8000000 for 9000
|
603294 words of font info for 81 fonts, out of 8000000 for 9000
|
||||||
1141 hyphenation exceptions out of 8191
|
1141 hyphenation exceptions out of 8191
|
||||||
89i,12n,104p,677b,1809s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
89i,12n,104p,677b,1809s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||||
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></us
|
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></us
|
||||||
|
|
@ -1543,10 +1581,10 @@ m/cmsy8.pfb></usr/share/texmf/fonts/type1/public/cm-super/sftt1095.pfb></usr/sh
|
||||||
are/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texlive/
|
are/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texlive/
|
||||||
texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/share/texlive/texmf-dist/f
|
texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/share/texlive/texmf-dist/f
|
||||||
onts/type1/urw/helvetic/uhvro8a.pfb>
|
onts/type1/urw/helvetic/uhvro8a.pfb>
|
||||||
Output written on main.pdf (13 pages, 560281 bytes).
|
Output written on main.pdf (11 pages, 658411 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
662 PDF objects out of 1000 (max. 8388607)
|
656 PDF objects out of 1000 (max. 8388607)
|
||||||
461 compressed objects within 5 object streams
|
453 compressed objects within 5 object streams
|
||||||
51 named destinations out of 1000 (max. 500000)
|
50 named destinations out of 1000 (max. 500000)
|
||||||
185 words of extra memory for PDF output out of 10000 (max. 10000000)
|
205 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||||
|
|
||||||
|
|
|
||||||
BIN
latex/main.pdf
BIN
latex/main.pdf
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
{\reset@font\stcSSfont\mtc@string\contentsline{subsection}{\noexpand \leavevmode \numberline {2.1}Retour de sortie par ZOH}{\reset@font\stcSSfont 5}{subsection.2.1}}
|
{\reset@font\stcSSfont\mtc@string\contentsline{subsection}{\noexpand \leavevmode \numberline {2.1}Retour de sortie par ZOH}{\reset@font\stcSSfont 4}{subsection.2.1}}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{\reset@font\stcSSfont\mtc@string\contentsline{subsection}{\noexpand \leavevmode \numberline {3.1}Retour d'état par ZOH}{\reset@font\stcSSfont 7}{subsection.3.1}}
|
{\reset@font\stcSSfont\mtc@string\contentsline{subsection}{\noexpand \leavevmode \numberline {3.1}Retour d'état par ZOH}{\reset@font\stcSSfont 6}{subsection.3.1}}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{\reset@font\stcSSfont\mtc@string\contentsline{subsection}{\noexpand \leavevmode \numberline {4.1}Remplacement du pré-gain H}{\reset@font\stcSSfont 9}{subsection.4.1}}
|
{\reset@font\stcSSfont\mtc@string\contentsline{subsection}{\noexpand \leavevmode \numberline {4.1}Remplacement du pré-gain H}{\reset@font\stcSSfont 7}{subsection.4.1}}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -9,7 +9,7 @@
|
||||||
\parbox{\textwidth}{
|
\parbox{\textwidth}{
|
||||||
\sffamily % arial
|
\sffamily % arial
|
||||||
\textbf{Brage JOHNSEN}\\
|
\textbf{Brage JOHNSEN}\\
|
||||||
\textbf{Gabriela DONZELLI}\\
|
\textbf{Gabriela DONZELLI}\\
|
||||||
\textbf{Thibaut ALETRUT}\\
|
\textbf{Thibaut ALETRUT}\\
|
||||||
Département GEI\\
|
Département GEI\\
|
||||||
4A-AE\\
|
4A-AE\\
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
\contentsline {subsection}{\numberline {1.1}Dynamique avec EDP}{1}{subsection.1.1}%
|
\contentsline {subsection}{\numberline {1.1}Dynamique avec EDP}{1}{subsection.1.1}%
|
||||||
\contentsline {subsection}{\numberline {1.2}Discrétisation par éléments finis}{1}{subsection.1.2}%
|
\contentsline {subsection}{\numberline {1.2}Discrétisation par éléments finis}{1}{subsection.1.2}%
|
||||||
\contentsline {section}{\numberline {2}Retour de sortie}{4}{section.2}%
|
\contentsline {section}{\numberline {2}Retour de sortie}{4}{section.2}%
|
||||||
\contentsline {subsection}{\numberline {2.1}Retour de sortie par ZOH}{5}{subsection.2.1}%
|
\contentsline {subsection}{\numberline {2.1}Retour de sortie par ZOH}{4}{subsection.2.1}%
|
||||||
\contentsline {section}{\numberline {3}Retour d'état}{7}{section.3}%
|
\contentsline {section}{\numberline {3}Retour d'état}{5}{section.3}%
|
||||||
\contentsline {subsection}{\numberline {3.1}Retour d'état par ZOH}{7}{subsection.3.1}%
|
\contentsline {subsection}{\numberline {3.1}Retour d'état par ZOH}{6}{subsection.3.1}%
|
||||||
\contentsline {section}{\numberline {4}Rejet de perturbation}{8}{section.4}%
|
\contentsline {section}{\numberline {4}Rejet de perturbation}{7}{section.4}%
|
||||||
\contentsline {subsection}{\numberline {4.1}Remplacement du pré-gain H}{9}{subsection.4.1}%
|
\contentsline {subsection}{\numberline {4.1}Remplacement du pré-gain H}{7}{subsection.4.1}%
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue