For each of the following linear transformations, write down its matrix and describe the transformation
a) $g(x,y)=(4x,6y)$
b) $h(x,y)=(x+2y,y)$
c) $k(x,y)=(y,x)$
So I have worked out the matrices:
$\begin{bmatrix} 4 & 0 \\ 0 & 6 \end{bmatrix}$
$\begin{bmatrix} 1 & 2 \\ 0 & 1 \end{bmatrix}$
$\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$
Not sure what the transformations would be?