Let $A$ be a matrix where each entry is a polynomial.
For example,
$A = \begin{bmatrix} t & t^2 \\ t^3 & t^4 \end{bmatrix}$
Does it make sense to talk about the inverse of $A$, i.e., $A^{-1} = \dfrac{\text{adj}(A)}{\det(A)}$
Wikipedia says that I could do it for any $n \times n$ matrix. https://en.wikipedia.org/wiki/Invertible_matrix#In_relation_to_its_adjugate
Want a second opinion on this claim.