Consider the system represented in state variable form
$$
\begin{aligned}
& \dot{\mathbf{x}}=\mathbf{A x}+\mathbf{B} u \\
& y=\mathbf{C x}+\mathbf{D} u,
\end{aligned}
$$
where
$$
\begin{aligned}
& \mathbf{A}=\left[\begin{array}{rr}
1 & 4 \\
-5 & 10
\end{array}\right], \quad \mathbf{B}=\left[\begin{array}{l}
0 \\
1
\end{array}\right], \\
& \mathbf{C}=\left[\begin{array}{ll}
1 & -4
\end{array}\right], \quad \text { and } \quad \mathbf{D}=[0] .
\end{aligned}
$$
Verify that the system is observable. Then design a full-state observer by placing the observer poles at $s_{1,2}=-1$. Plot the response of the estimation error $\mathbf{e}=\mathbf{x}-\hat{\mathbf{x}}$ with an initial estimation error of $\mathbf{e}(0)=\left[\begin{array}{ll}1 & 1\end{array}\right]^T$.