I would like to understand where to following formula for a 2-D rotation matrix is derived from:
$R =\frac{1}{a^2+b^2} \left(\begin{array}{cc} a^2-b^2 & 2ab\\ -2ab & a^2-b^2 \end{array}\right)$
I believe the answer is geometric and if it is, a picture would be nice.