Controllability matrix:
\[
CM = [B \quad AB]
\]
Given:
\[
A = \begin{bmatrix}1 & -2 \\ 3 & -4\end{bmatrix}, \quad B = \begin{bmatrix}1 \\ 0\end{bmatrix}
\]
\[
AB = A \cdot B = \begin{bmatrix}1 & -2 \\ 3 & -4\end{bmatrix} \begin{bmatrix}1 \\ 0\end{bmatrix} = \begin{bmatrix}1 \\ 3\end{bmatrix}
\]
\[
CM = \begin{bmatrix}1 & 1 \\ 0 & 3\end{bmatrix}
\]
There seems to be a mismatch. If the provided answer is (B), verify the printed options again. However, based on standard calculation, the correct CM is:
\[
CM = \begin{bmatrix}1 & 1 \\ 0 & 3\end{bmatrix}
\]