Exercise - Matrix Computation

In this notebook we will inspect visually how you can transform a set of data points using simple matrix multiplication.

Download this notebook and fill the missing parts. Try to generate the following transformations:

Translation

Rotation

Scaling

Shearing

Projection

Reflection

Chaining