Let $A\in\mathbb{R}^{n\times n}$ be an invertible matrix, $T\in\mathbb{R}^{n\times n}$ arbitrary.
Show $$(\det)'(A)(T)=\det(A)\operatorname{tr}(A^{-1}T)$$
Fist I need to determine $(\det)'(I)(T)=\lim_{\epsilon\to 0}\frac{\det(I+\epsilon T)-\det(I)}{\epsilon}$ and then use chain rule.
I have found many identical questions and a similar proof on Wikipedia https://en.wikipedia.org/wiki/Jacobi%27s_formula#Derivation (via chain rule) but I don't understand them. Why is $\lim_{\epsilon\to 0}\frac{\det(I+\epsilon T)-\det(I)}{\epsilon} = \operatorname{tr}(T)$? Thank you!