The purpose of this file is to refine the conclusions reached from a previous matrix tests.
1. Here is version #2 from the previous test applied to square, column, and row matrices. Unless someone gives me a good reason to do otherwise, this is what I will use in the Game Math courseware.
Square matrix
3x3 Matrix | ||
u | x0 | z1 |
v | x1 | z2 |
w | x2 | z3 |
Column matrix
Column Matrix |
u |
v |
w |
Row matrix
Row Matrix | ||
u | x0 | z1 |
-end-