Given that $P = \begin{pmatrix} 2 & -1 \\ 4 & 3 \end{pmatrix}$, find the transpose of P, denoted $P^T$.
A$\begin{pmatrix} 2 & 4 \\ -1 & 3 \end{pmatrix}$CORRECT
B$\begin{pmatrix} 3 & 1 \\ -4 & 2 \end{pmatrix}$
C$\begin{pmatrix} 2 & -1 \\ 4 & 3 \end{pmatrix}$
D$\begin{pmatrix} -2 & 1 \\ -4 & -3 \end{pmatrix}$