Example:
Consider the 90 degree rotation matrix M=(0-110) . We have M2=(0-110)(0-110)
=(-100-1).
This makes sense: two 90 degree rotations compose to give a 180 degree rotation, which sends every point (xy) to its opposite point (-x-y) .
We're going to do some examples of matrix multiplication.
Consider the 90 degree rotation matrix M=(0-110) . We have M2=(0-110)(0-110)
This makes sense: two 90 degree rotations compose to give a 180 degree rotation, which sends every point (xy) to its opposite point (-x-y) .
More generally, if Rα=(cosα-sinαsinαcosα) Rβ=(cosβ-sinβsinβcosβ)
Let I=(1001) be the identity matrix and M be any matrix. Then IM=(1001)(M11M12M21M22)
Let A=(1000) and B=(0100) . Then AB=(0100)
As an exercise, can you think of a matrix B which does not commute with A=(1101) ?