The conditions given are:
$$\frac{d}{dt} A(t) = \begin{pmatrix} 2 & 5 \\ 1 & -2 \end{pmatrix}A(t)$$ \begin{equation} {A(0)= I} \end{equation} And using this I am supposed to find $\det(A(t))$ for $t=1,10,100$ I tried taking determinants of both sides, component wise approach but don't seem to be getting anywhere. Would appreciate any push in the right direction.
If $B=\left(\begin{smallmatrix}2&5\\1&-2\end{smallmatrix}\right)$, then the solution of that differential equation is $A(t)=\exp(tB)$. Now, $(5,1)$ and $(-1,1)$ are eigenvectors of $tB$; the eigenvalues are $3$ and $-3$ respectively. If $M=\left(\begin{smallmatrix}5&-1\\1&1\end{smallmatrix}\right)$ (the columns of $M$ are the eigenvectors of $tB$), then$$M^{-1}.(tB).M=\begin{pmatrix}3t&0\\0&-3t\end{pmatrix}.$$Therefore,$$M^{-1}.e^{tB}.M=\begin{pmatrix}e^{3t}&0\\0&e^{-3t}\end{pmatrix},$$from which it follows that\begin{align}A(t)&=e^{tB}\\&=M.\begin{pmatrix}e^{3t}&0\\0&e^{-3t}\end{pmatrix}.M^{-1}\\&=\frac16\begin{pmatrix}5e^{3t}+e^{-3t}&5e^{3t}-5e^{-3t}\\e^{3t}-e^{-3t}&e^{3t}+5e^{-3t}\end{pmatrix}.\end{align}