Explanation
Matrices can operate in higher dimensions.
Examples:
-
3D graphics use 3×3 or 4×4 matrices
-
Physics uses multi-dimensional vectors
Same rules apply:
-
Rows × columns must match
-
Multiply rows by columns
Quiz
-
Can matrices work in 3D?
-
What size matrix transforms a 3D vector?
-
Are the rules the same as 2D?
-
Is this used in graphics?
-
Do dimensions have to match?
Answer Key
-
Yes
-
3×3
-
Yes
-
Yes
-
Yes