Operations of Matrices: Addition, Subtraction and Properties
Learn how to add and subtract matrices of the same order, multiply a matrix by a scalar, and apply the main properties of matrix addition.
This Class 12 lesson covers the basic operations on matrices. It shows how to add and subtract matrices that share the same order by combining corresponding elements, and how to multiply every entry by a scalar constant. It then works through the properties of matrix addition (commutative, associative, additive identity, and additive inverse) with short worked examples for each.
What you'll learn
How to add and subtract matrices of the same order by combining matching entries
How to multiply a matrix by a scalar constant
The four properties of matrix addition: commutative, associative, additive identity, and additive inverse
How to find the additive identity and the additive inverse of a matrix
Lesson chapters
0:00Adding and subtracting matrices
0:17Worked example: adding two 3 by 3 matrices
1:02Worked example: subtracting two matrices
1:28Multiplying a matrix by a scalar
1:56Properties of matrix addition
3:24Example: proving the associative property
Lesson notes
This lesson introduces the basic operations on matrices: addition, subtraction, multiplication by a scalar, and the main properties of matrix addition.
Adding and subtracting matrices
To add or subtract two matrices they must have the same order. You then add or subtract the corresponding elements, and the answer keeps that same order.
A scalar is any constant. To multiply a matrix by a scalar, multiply every element by that constant.
For A=[234],
3A=3[234]=[6912]
Properties of matrix addition
Commutative. For any two matrices of the same order, A+B=B+A.
Associative. For three matrices A, B, C of the same order, (A+B)+C=A+(B+C).
Additive identity. The zero matrix is the additive identity: adding it leaves a matrix unchanged. For example, the additive identity of [348] is [000].
Additive inverse. If A+B equals the zero matrix, then B is the additive inverse of A (and A is the additive inverse of B). To find the additive inverse of a matrix, change the sign of every element. For example, the additive inverse of
[302−1]is[−30−21]
Example: proving the associative property
Let
P=[2546],Q=[3−251],R=[1201]
Left side. First P+Q, then add R:
P+Q=[5397],(P+Q)+R=[6598]
Right side. First Q+R, then add P:
Q+R=[4052],P+(Q+R)=[6598]
Both sides give the same matrix, so (P+Q)+R=P+(Q+R), confirming the associative property.
Key takeaways
Matrices can only be added or subtracted when they have the same order, by combining corresponding entries.
Multiplying a matrix by a scalar multiplies every entry by that constant.
Matrix addition is commutative and associative, the zero matrix is the additive identity, and the additive inverse is found by changing the sign of every entry.