You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 4: Transforms (22)
keatonfs

Could someone explain what M and M_1, M_2, M_3 all are meant to represent?

Gabe-Mitnick

I think the bold letters a,b,c,da, b, c, d to the right are not related to the italic a,b,c,da, b, c, d elements of the matrix M\mathbf{M}. The bold equations are saying this: Say you have a point aa and transform it by some matrix M1\mathbf{M_1} to get a point bb, and then transform b by some matrix M2\mathbf{M_2} to get a point cc, etc. Then you can compose those three transformations into one matrix M=M1M2M3\mathbf{M = M_1 M_2 M_3}, whose effect is the same as applying the three transformations in order. So you could transform point a directly to point dd by multiplying by that combined matrix M\mathbf{M}. Overall, it means that composing transformations is equivalent to matrix multiplication, and both of them are associative (but not commutative).

Staffjamesfobrien

Yes, the bold variables are distinct from the scalars. I can see how that might be confusing!

You must be enrolled in the course to comment