In Graphics, pervasively used to represent transformations.
- Translation, rotation, shear, scale
Matrices is array of numbers ( rows, n columns):
Matrix-Matrix Multiplication:
- # (number of) columns in A must = # rows in B
- Element (i, j) in the product is the dot product of row i from A and column from B ไน็งฏ็ฉ้ต็ (i,j) ๅ ็ด ไธบ A ็ฉ้ต็็ฌฌ i ่กๅ้ๅ B ็ฉ้ต็็ฌฌ j ่กๅ้็น็งฏ็ๅผ
Matrix-Vecotr Multiplication:
- Treat vector as a column matrix ๆๅ้่งไฝ m ่ก 1 ๅ็็ฉ้ต
Transpose of a Matrix:
- Switch rows and columns
Identity Matrix and Inverses: ๅไฝ็ฉ้ตๅ็ฉ้ต็้
Vector multiplication in Matrix form:
- Dot product
- Cross product