CSCI 480/580 Lecture 15 - In-Class Problems

  1. In this problem, you'll give a geometric proof that matrix multiplication is not commutative (i.e., ) in general.

    Find two 2x2 transformations, and , such that applying then results in a different picture than applying then . Given the unit square in the left column below, draw the shape with AB applied in the middle column and with BA applied in the right column. You may simply give a description of each transformation rather than writing out the matrix.

    p1

  2. Find an affine transformation matrix A that transforms the unit square shown in the middle column to the shape in the right column.

  1. Consider the shape illustrated below; suppose it's a unit square cetered at the point ). Construct a transformation that rotates the shape 45 degrees counter-clockwise around its center, (not around the origin). Hint: you may find it useful to build your transformation by composing multiple simpler transformations. If you do this, you don't need to write out the elements of the final matrix; just write out each of the matrices you're composing and the order in which they are composed.

    Transformed shape: (forgive the drawings scales not matching - the square's side length is not changed by the transformation).

    p3b