Just a quick question, how does the (-2, 3) matrix become (-4 6) when its added to the other matrix.
Thanks for any help Regards Mike
You have:
$$-\frac{1}{2}\begin{pmatrix} 3-2\sqrt{3} \\ 2+3\sqrt{3} \end{pmatrix} + \begin{pmatrix} -2 \\ 3 \end{pmatrix}$$
This can be factorised.
$$\frac{1}{2}\begin{pmatrix} -(3-2\sqrt{3}) \\ -(2+3\sqrt{3}) \end{pmatrix} + \frac{1}{2} \begin{pmatrix} -4 \\ 6 \end{pmatrix}$$
What we did is we multiplied each entry in the matrix on the right by $2$ to compensate for the multiplication by $\frac{1}{2}$
Thus, we may now add them (combine the matrices).
$$\frac{1}{2}\begin{pmatrix} -3+2\sqrt{3}-4 \\ -2-3\sqrt{3}+6 \end{pmatrix}$$