Given the state-space system:
\[
\dot{x} =
\begin{bmatrix}
-4 & -1.5 \\
4 & 0
\end{bmatrix} x
+
\begin{bmatrix}
2 \\
0
\end{bmatrix} u
\]
\[
y =
\begin{bmatrix}
0.15 & 0.625
\end{bmatrix} x
\]
Find the Transfer Function (TF).
Show Hint
For state-space to transfer function conversion, always use
$G(s) = C(sI-A)^{-1}B + D$.
Compute determinant carefully to avoid sign errors.