Question: Given that $A$ is an invertible matrix and $m_A(x)=a_0+a_1x+...+a_nx^n$ find $m_{A^{-1}}$.
Thought: If I put A in the polynomial then it's equal to 0, then I multiply the entire equation by (A^-1)^n , then I get some kind of polynomial: $a_n+a_{n-1}x+...+a_0x^n$ - I know that $A^{-1}$ makes it become zero, but how do I know if it's indeed the minimal?