Assignment 2.5 Computer Animation with Matrices (Part III)

advertisement
PART III: Digging Deeper
1. Represent the character using a 𝟑 × 𝒏 matrix by
adding a third row with all 1’s to matrix S from #1.
Call it matrix R.
2. Compute each matrix product below and again graph the resulting figure. Use the row of
1’s for your calculation, but ignore it when you graph. Write out the products and then
write a sentence describing how the image was transformed.
𝟏
(a) [𝟎
𝟎
𝟏
(b) [𝟎
𝟎
𝟎
𝟏
𝟎
𝟎
𝟏
𝟎
𝟐
𝟎] 𝑹 =
𝟏
𝟎
−𝟑] 𝑹 =
𝟏
𝟏
(c) [𝟎
𝟎
𝟎
𝟏
𝟎
𝟐
−𝟑] 𝑹 =
𝟏
𝟎
(d) [𝟏
𝟎
𝟏
𝟎
𝟎
𝟐
𝟎] 𝑹 =
𝟏
3. Why do you think the third row and column were necessary in order to obtain translations
as a result of matrix multiplication?
Download