$A$ = $\begin{bmatrix}2 & 3 \cr 3 & 2\end{bmatrix}$
I have found the characteristic polynomial and minimal polynomial to be: $(x+1)(x-5)$
Also the JCF to be $J$ =$\begin{bmatrix}-1 & \cr &5 \end{bmatrix}$ because A has two distinct eigenvalues and is diagonalizable. All examples of finding $P$ I have found only have one eignevalue and are not diagonlizable so I'm not sure how to find $P$ exactly. Using $P$ to find $A^n = PJ^nP^{-1}$
The eigenspaces are generated by the vectors $\begin{bmatrix}1\\-1\end{bmatrix}$ (eigenvalue $-1$) and $\begin{bmatrix}1\\1\end{bmatrix}$ (eigenvalue $5$). Hence, if we take $P=\begin{bmatrix}1&1\\-1&1\end{bmatrix}$, we have $$J=P^{-1}AP\iff A=PJP^{-1}.$$