Full transformation of a point by a matrix
Open answerThe scaling transformation M = [[2, 0], [0, 3]] is applied to the point P with coordinates (3, 2), by computing M x P (P written as a column matrix). Detail the row-by-column calculation and give the new coordinates of the resulting point.

