Welcome to GAME 331 - Numerical Computing 2

Over the weekend I created the code to create the inverse of a 4x4 matrx. Find it in the "helpful tools" box.

Assignment 2


Create a perspective, a rotation and a translation matrix of your liking.
Multiply them together in a single composite matrix.
1. What is the result of the multipling the composite matrix by its transpose?
2. What is the result of the multipling the composite matrix by its inverse?
3. Under what operations are the transpose and the inverse identical?