So let's say that I have this matrix: $$ A=\begin{bmatrix} 2 & 9\\ 3 & 7\\ \end{bmatrix} $$ and the function $f(x)=\frac{1}{1-x}$ and $x\neq{1}$ and I have to determinate the definition domain of the application $t\to f(tA)\in M_2(R)$.
I have tried to solve it with eigenvalues, but I don't realy know if I can continue it. The eigenvalues are: $\frac{9+\sqrt{133}}{2}$ and $\frac{9-\sqrt{133}}{2}$. After this I've tryed to calculate $f(tA)$ and I got $f(tA)=(I-tA)^{-1}$ But I don't know how to calculate this either. Can someone explain me what the definition domain is and how to calculate it?