"

2.6 Geometry of Matrix Transformations

Matrix transformations, which we explored in the last section, allow us to
describe certain functions. In this section, we will demonstrate how matrix transformations provide a convenient way to describe geometric
operations, such as rotations, reflections, and scalings. We will then explore how matrix transformations are used in computer animation.

Readings

Read Chapter 2 Section 6 in Understanding Algebra by David Austin.

Exercises

 

Please read the The Stretching Problem .

The following video has helpful animations to illustrate the main ideas behind linear transformations:


Linear transformations T:RmRn is a linear transformation if for all vectors v,wRm and for all kR,

  • T(v+w)=T(v)+T(w)
  • T(kv)=kT(v)

Linear Transformations are Matrix Transformations

If T:RmRn is a linear transformation, then it is a matrix transformation. That is, there is an n×m matrix, A, called the standard matrix, so that for all vRm, T(v)=Av.Thestandardmatrixisgivenby[latex]A=[T(e1)T(em)].

 

 

 

License

Icon for the Creative Commons Attribution 4.0 International License

Math 220, Matrices Copyright © 2018 by Kristen Pueschel is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.