Maths Flashcards
Is matrix multiplication commutative?
No, matrix multiplication is not commutative
For matrices A and B, AB ≠ BA in general.
What property of matrix multiplication is described by (AB)C = A(BC)?
Associative property
This property states that the grouping of matrices does not affect the product, provided the matrices are conformable for multiplication.
Matrix multiplication is distributive over addition. True or False?
True
This means A(B + C) = AB + AC, provided A, B, and C are conformable.
Complete the statement: A(B + C) = _______
AB + AC
This showcases the distributive property of matrix multiplication.
Complete the statement: (A + B)C = _______
AC + BC
This also illustrates the distributive property, showing how addition interacts with multiplication.