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.
There are two meanings for "inverse" here, since you're introducing a parameter $t$.
The inverse matrix of $$A(t) = \begin{bmatrix} t & t^2 \\ t^3 & t^4 \end{bmatrix}$$will exist if and only if $\det A(t) \neq 0$, and in this case, the usual formula for the inverse of a $2 \times 2$ matrix applied for each fixed $t$ would give you $A(t)^{-1}$. But you're out of luck: $\det A(t) = tt^4 - t^2t^3 = t^5-t^5=0$.
Regard $A$ as a function $A \colon \Bbb R \to {\rm Mat}(2,\Bbb R)$, given by $$A(t) = \begin{bmatrix} t & t^2 \\ t^3 & t^4 \end{bmatrix}.$$This function is injective because of the very first entry, but it is not surjective, as there are several matrices outside its image (e.g., anything with negative $(1,1)$ entry). You will have more than one left inverse for $A$.