2019-01-28 13:05:06 +01:00
|
|
|
\documentclass[openany]{../../cours}
|
2019-01-15 15:57:03 +01:00
|
|
|
\usepackage{../../raccourcis}
|
|
|
|
% Mise en page
|
|
|
|
\title{Notes de Cours}
|
|
|
|
\author{Pierre-Antoine Comby}
|
|
|
|
\teacher{Mohamed Abbas Turkis}
|
|
|
|
\module{424 \\ Commandes de système non linéaires}
|
|
|
|
\usepackage{multicol}
|
2019-03-14 17:59:04 +01:00
|
|
|
\usetikzlibrary{decorations.markings}
|
|
|
|
\usetikzlibrary{patterns}
|
2019-01-15 15:57:03 +01:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
2019-03-14 19:43:11 +01:00
|
|
|
\hfill
|
|
|
|
\begin{center}
|
|
|
|
\textsc{Avertissement:}\\
|
|
|
|
La structure de ce cours est purement fictionnelle. Toute ressemblance avec un plan existant ou ayant existé serait tout à fait fortuite.
|
|
|
|
\end{center}
|
|
|
|
\hfill
|
|
|
|
\newpage
|
|
|
|
|
2019-01-15 15:57:03 +01:00
|
|
|
\tableofcontents
|
|
|
|
\chapter{Classification}
|
|
|
|
\subfile{chap1.tex}
|
2019-01-28 13:05:06 +01:00
|
|
|
\chapter{Caractérisation de la stabilité}
|
2019-01-15 15:57:03 +01:00
|
|
|
\subfile{chap2.tex}
|
2019-03-14 19:43:11 +01:00
|
|
|
\chapter{Linéarisation}
|
2019-01-15 15:57:03 +01:00
|
|
|
\subfile{chap3.tex}
|
2019-03-14 19:43:11 +01:00
|
|
|
\chapter{Methode du premier harmonique}
|
2019-02-10 23:28:29 +01:00
|
|
|
\subfile{chap4.tex}
|
2019-03-14 19:43:11 +01:00
|
|
|
\chapter{Stabilité des systèmes non linéaires}
|
2019-01-15 15:57:03 +01:00
|
|
|
\subfile{chap5.tex}
|
2019-03-14 19:43:11 +01:00
|
|
|
\chapter{Commandabilité et observabilité en non linéaire}
|
|
|
|
\subfile{chap6.tex}
|
|
|
|
\chapter{Commande par bouclage linéarisant}
|
2019-03-14 20:46:12 +01:00
|
|
|
\subfile{chap7.tex}
|
2019-01-15 15:57:03 +01:00
|
|
|
\end{document}
|
2019-01-28 13:05:06 +01:00
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: t
|
|
|
|
%%% End:
|