Previous | ToC | Next Labs: Geometry and Motion Control. Part 2. Math Alive

Multiplication of 3 by 3 Matrices

Two 3 × 3 transformation matrices can similarly be multiplied to produce the transformation matrix that described the net result of applying one of the original two transformations followed by the other.

For example, suppose we first perform the transformation described by

transformation

and then perform the transformation described by

another transformation

The matrix that describes the transformation from initial coordinatesall the way to final coordinates is computed by multiplying the matrices associated with the individual transformations. The rules of multiplication generalize for 3 × 3 matrices such that

matrix multiplication

Practice
Matrix Multiplication

Try out multiplying some sample 3 × 3 transformation matrices.



Previous | ToC | Next Last Modified: August 2008