[Math] Matrix multiplication related to complex numbers

linear algebramatrices

Evaluate and simplify the product

$\begin{bmatrix} r\cos(\alpha) & -r\sin(\alpha) \\ r\sin(\alpha) & r\cos(\alpha)\\ \end{bmatrix}$ $\begin{bmatrix} s\cos(\beta) & -s\sin(\beta) \\ s\sin(\beta) & s\cos(\beta)\\ \end{bmatrix}$

where $\alpha$, $\beta$ are any real numbers and $r$, $s$ are nonnegative real numbers. Relate your answer to multiplication of complex numbers. Is there any connection with addition of complex numbers?

I was able to multiply through and I will post my answer below, but I can't see the connection to complex numbers. Could someone please explain? Thanks.

Best Answer

Using the fact that $e^{i\theta}=\cos\theta+i\sin\theta$, what do you get when you multiply $$re^{i\alpha}\cdot se^{i\beta}?$$Given the matrix $$\left[\begin{array}{rr} a & -b \\ b & a \end{array}\right]$$ what complex number would you associate it with?

Related Question