Mathematics Grade 11 15 min

Properties of matrices

Properties of matrices

Tutorial Preview

1

Introduction & Learning Objectives

Learning Objectives Identify and apply the commutative, associative, and distributive properties for matrix operations. Demonstrate that matrix multiplication is not generally commutative. Verify the associative property of matrix multiplication for given matrices. Explain the role of the identity matrix and the zero matrix in matrix algebra. Calculate the transpose of a matrix and apply its properties, including the transpose of a product. Use matrix properties to simplify algebraic expressions involving matrices. We know that 3 × 5 is the same as 5 × 3, but does this rule always hold for matrices? Let's find out! 🤔 This tutorial explores the fundamental rules, or properties, that govern how matrices are added, subtracted, and multiplied. Just like real numbers have...
2

Key Concepts & Vocabulary

TermDefinitionExample Commutative Property of AdditionThe order in which two matrices are added does not change the result. This property holds for any two matrices of the same dimensions.If A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} and B = \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}, then A + B = B + A = \begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix}. Associative Property of MultiplicationWhen multiplying three or more matrices, the grouping of the matrices does not affect the final product, as long as the order is maintained.For matrices A, B, and C, (AB)C is always equal to A(BC). Distributive PropertyMatrix multiplication distributes over matrix addition. This works for both left and right distribution.A(B + C) = AB + AC and (A + B)C = AC + BC. Identity...
3

Core Formulas

Associative Law of Multiplication (AB)C = A(BC) When multiplying three matrices in a sequence, you can either multiply the first two then the third, or the last two then the first. The order of matrices (A, then B, then C) must be preserved. Distributive Laws A(B + C) = AB + AC (Left Distributive Law) \\ (A + B)C = AC + BC (Right Distributive Law) You can distribute a matrix multiplier across a sum of matrices. Be careful to maintain the order of multiplication (A on the left, or C on the right). Properties of Transpose 1. (Aᵀ)ᵀ = A \\ 2. (A + B)ᵀ = Aᵀ + Bᵀ \\ 3. (kA)ᵀ = kAᵀ \\ 4. (AB)ᵀ = BᵀAᵀ These rules govern how the transpose operation interacts with itself, addition, scalar multiplication, and matrix multiplication. Note the reversal of order for the transpose...

4 more steps in this tutorial

Sign up free to access the complete tutorial with worked examples and practice.

Sign Up Free to Continue

Sample Practice Questions

Challenging
For any two compatible matrices A and B, which expression is equivalent to (AᵀB)ᵀ?
A.BᵀA
B.ABᵀ
C.AᵀB
D.BAᵀ
Challenging
The algebraic identity (A + B)² = A² + 2AB + B² is not generally true for matrices. It is only true under what specific condition?
A.If A or B is the zero matrix.
B.If A and B are both symmetric.
C.If A and B commute (AB = BA).
D.If A and B are transposes of each other.
Challenging
Let A = \begin{pmatrix} 2 & 0 \ 0 & 2 \end{pmatrix}. If A(B + C) = \begin{pmatrix} 8 & 2 \ 10 & 12 \end{pmatrix} and C = \begin{pmatrix} 1 & 0 \ 2 & 3 \end{pmatrix}, what is matrix B?
A.\begin{pmatrix} 4 & 1 \ 5 & 6 \end{pmatrix}
B.\begin{pmatrix} 3 & 1 \ 3 & 3 \end{pmatrix}
C.\begin{pmatrix} 6 & 2 \ 6 & 6 \end{pmatrix}
D.\begin{pmatrix} 2 & 1 \ 3 & 3 \end{pmatrix}

Want to practice and check your answers?

Sign up to access all questions with instant feedback, explanations, and progress tracking.

Start Practicing Free

More from Matrices

Ready to find your learning gaps?

Take a free diagnostic test and get a personalized learning plan in minutes.