Mathematics
Grade 10
15 min
Matrix operation rules
Matrix operation rules
Tutorial Preview
1
Introduction & Learning Objectives
Learning Objectives
Identify the dimensions of a matrix and determine if two matrices can be added, subtracted, or multiplied.
Accurately perform matrix addition and subtraction on matrices with compatible dimensions.
Perform scalar multiplication on a matrix of any dimension.
Correctly perform matrix multiplication using the 'row-by-column' method.
Explain why matrix multiplication is not commutative (i.e., AB ≠ BA in most cases).
Apply the order of operations to solve problems involving multiple matrix operations.
How does a computer rotate a 3D character in a video game or apply a photo filter? 🎮 It uses the powerful and organized language of matrices!
Matrices are rectangular arrays of numbers that help us organize and manipulate large sets of data efficientl...
2
Key Concepts & Vocabulary
TermDefinitionExample
MatrixA rectangular arrangement of numbers, symbols, or expressions, arranged in rows and columns.A = \begin{pmatrix} 2 & -1 \\ 0 & 5 \end{pmatrix} is a 2x2 matrix.
Dimensions (Order)The size of a matrix, described by its number of rows and columns, written as 'rows x columns'.The matrix \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix} has dimensions 2x3 because it has 2 rows and 3 columns.
Element (Entry)A single value within a matrix. The element in the i-th row and j-th column is denoted as a_ij.In the matrix A = \begin{pmatrix} 9 & 4 \\ 7 & 3 \end{pmatrix}, the element a_21 is 7.
ScalarAn ordinary number (not a matrix) that is used to multiply with a matrix.In the expression 5B, the number 5 is a scalar.
Square Matrix...
3
Core Formulas
Matrix Addition and Subtraction
If A = [a_ij] and B = [b_ij] are matrices with the same dimensions, then A ± B = [a_ij ± b_ij].
To add or subtract matrices, they must have the exact same dimensions. You then add or subtract the corresponding elements in each position.
Scalar Multiplication
If c is a scalar and A = [a_ij] is a matrix, then cA = [c * a_ij].
To multiply a matrix by a scalar, you multiply every single element inside the matrix by that scalar.
Matrix Multiplication
If A is an m x n matrix and B is an n x p matrix, their product AB is an m x p matrix. The element in the i-th row and j-th column of AB is found by multiplying the elements of the i-th row of A by the corresponding elements of the j-th column of B and summing the results.
The number of columns...
4 more steps in this tutorial
Sign up free to access the complete tutorial with worked examples and practice.
Sign Up Free to ContinueSample Practice Questions
Challenging
Solve for matrix X in the equation 2X + \begin{pmatrix} 6 & -2 \\ 0 & 4 \end{pmatrix} = \begin{pmatrix} 10 & 8 \\ -4 & 2 \end{pmatrix}.
A.\begin{pmatrix} 4 & 10 \\ -4 & -2 \end{pmatrix}
B.\begin{pmatrix} 2 & 5 \\ -2 & -1 \end{pmatrix}
C.\begin{pmatrix} 8 & 3 \\ -2 & -1 \end{pmatrix}
D.\begin{pmatrix} 4 & 6 \\ -4 & -2 \end{pmatrix}
Challenging
Find the value of 'k' that satisfies the equation: \begin{pmatrix} 2 & k \\ 1 & 3 \end{pmatrix} \begin{pmatrix} 1 \\ 4 \end{pmatrix} = \begin{pmatrix} 10 \\ 13 \end{pmatrix}.
A.2
B.8
C.10
D.3
Challenging
Given matrices A, B, and C with compatible dimensions, which of the following properties is NOT always true for matrix operations?
A.+ B = B + A (Commutative Property of Addition)
B.(A + B) + C = A + (B + C) (Associative Property of Addition)
C.AB = BA (Commutative Property of Multiplication)
D.A(B + C) = AB + AC (Distributive Property)
Want to practice and check your answers?
Sign up to access all questions with instant feedback, explanations, and progress tracking.
Start Practicing Free