Given a square matrix A, $e^{At}$ is defined to be a matrix solution to the differential equation $\frac{d}{dt}e^{At} = Ae^{At}$ with initial condition that at t = 0, $e^{At}$ is the identity matrix of the same size as A. This
exponential of A is an effective way to write the general solution of the differential equation y' = Ay, because the solution is given by y(t) = $e^{At}$y(0).
Find $e^{At}$ for A =
$\begin{bmatrix} 5 & 1 \\ -2 & 3 \end{bmatrix}$ and enter your answer into the variable expAt.
Hint: the columns of the matrix satisfy the same differential equation.