Answer:
The required matrix is
Explanation:
Matrix of rotation:
x' + iy' = (x + iy)(cosθ + isinθ)
x' = x cosθ - ysinθ
y' = x sinθ + ycosθ
In matrix form:
The matrix stretches by 1.8 on the x axis and 0.7 on the y axis
i.e. x' = 1.8x
y' = 0.7y
According to the question, the result is rotated by pi/3 clockwise radians
To get the matrix A, we would multiply matrices R, Q and P together.