Explanation
Matrices follow specific rules, called properties.
Important properties:
-
Commutative (Addition only): A + B = B + A
-
Associative: (A + B) + C = A + (B + C)
-
Identity Matrix: Acts like 1 in multiplication
-
Zero Matrix: All entries are 0
Matrix multiplication is not commutative:
A × B ≠ B × A