27 lines
No EOL
413 B
TeX
27 lines
No EOL
413 B
TeX
|
|
\textbf{Question 1}
|
|
|
|
A partir des equations diferentielles partielles nous avons retrouvé l'espace d'état sous cette forme:
|
|
\begin{equation}
|
|
\dot{x}
|
|
=
|
|
\begin{bmatrix}
|
|
\dot{x}_1 \\
|
|
\dot{x}_2
|
|
\end{bmatrix}
|
|
=
|
|
\frac{\partial^2}{\partial \zeta^2}
|
|
\begin{bmatrix}
|
|
0 & 1 \\
|
|
-1 & 0
|
|
\end{bmatrix}
|
|
\begin{bmatrix}
|
|
e_1(\zeta,t) \\
|
|
e_2(\zeta,t)
|
|
\end{bmatrix}
|
|
+
|
|
\begin{bmatrix}
|
|
0 \\
|
|
-q(\zeta,t)
|
|
\end{bmatrix}
|
|
\end{equation} |