I am looking for the poles of the following transfer function matrix: $$G_a(s)=\begin{bmatrix} \frac{1}{(s+1)(s+2)} & \frac{-1}{(s+1)(s+2)} \\ \frac{s^2+s-4}{(s+1)(s+2)} & \frac{2s^2-s-8}{(s+1)(s+2)} \\ \frac{s-2}{s+1} & \frac{2(s-2)}{s+1} \end{bmatrix}$$ There are, as I understand, a total of six $1 \times 1$ principle minors and two $2 \times 2$ principle minors. The multiplicity of $s =-1$ in all $1 \times 1$ minors is $1$. The multiplicity of $s = -1$ in both $2 \times 2$ minors is $4$. So the multiplicity of $s = -1$ equals $4 - 1 =3$. Is this correct?
And what about $s+2$ because this term isn't present in all $1 \times 1$ principle minors?
I only found one file explaining this and it only covered really basic examples and not a $3 \times 2$ transfer funciton matrix.
A complex number $s_k$ is called a pole of a transfer function matrix $\boldsymbol{G}(s)$, when at least one element $G_{ij}(s)$ has $s_k$ as a pole. The multiplicity is given by the highest order of the pole $s_k$ for all the elements of the transfer function matrix.
Hence, the poles of the system are given by $\{-1,-2\}$.