Imagine we are working with vertex positions in 3D homogeneous coordinates.
Write a 3D matrix that combines the following transformations:
First, scale by a factor of 8 along the x-axis, by 13 along the y-axis, and by 14 along the z-axis.
Second, translate by 19 units in the x-axis, 16 units in the y-axis, and 13 units in the z-axis.