← Back to all lessons
Class 12Algebra6:20Published 5 May 2026

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.

Worked example: addition

Given the two 3×33 \times 3 matrices

A=[134212123],B=[104231012]A = \begin{bmatrix} 1 & 3 & 4 \\ 2 & 1 & -2 \\ 1 & 2 & 3 \end{bmatrix}, \qquad B = \begin{bmatrix} 1 & 0 & 4 \\ 2 & 3 & -1 \\ 0 & 1 & 2 \end{bmatrix}

add the corresponding entries:

A+B=[1+13+04+42+21+32+(1)1+02+13+2]=[238443135]A + B = \begin{bmatrix} 1+1 & 3+0 & 4+4 \\ 2+2 & 1+3 & -2+(-1) \\ 1+0 & 2+1 & 3+2 \end{bmatrix} = \begin{bmatrix} 2 & 3 & 8 \\ 4 & 4 & -3 \\ 1 & 3 & 5 \end{bmatrix}

Worked example: subtraction

Given

A=[1224],B=[3465]A = \begin{bmatrix} 1 & 2 \\ 2 & 4 \end{bmatrix}, \qquad B = \begin{bmatrix} 3 & 4 \\ 6 & 5 \end{bmatrix}

subtract the corresponding entries:

AB=[13242645]=[2241]A - B = \begin{bmatrix} 1-3 & 2-4 \\ 2-6 & 4-5 \end{bmatrix} = \begin{bmatrix} -2 & -2 \\ -4 & -1 \end{bmatrix}

Multiplying a matrix by a scalar

A scalar is any constant. To multiply a matrix by a scalar, multiply every element by that constant.

For A=[234]A = \begin{bmatrix} 2 & 3 & 4 \end{bmatrix},

3A=3[234]=[6912]3A = 3\begin{bmatrix} 2 & 3 & 4 \end{bmatrix} = \begin{bmatrix} 6 & 9 & 12 \end{bmatrix}

Properties of matrix addition

Commutative. For any two matrices of the same order, A+B=B+AA + B = B + A.

Associative. For three matrices AA, BB, CC of the same order, (A+B)+C=A+(B+C)(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]\begin{bmatrix} 3 & 4 & 8 \end{bmatrix} is [000]\begin{bmatrix} 0 & 0 & 0 \end{bmatrix}.

Additive inverse. If A+BA + B equals the zero matrix, then BB is the additive inverse of AA (and AA is the additive inverse of BB). To find the additive inverse of a matrix, change the sign of every element. For example, the additive inverse of

[3201]is[3201]\begin{bmatrix} 3 & 2 \\ 0 & -1 \end{bmatrix} \quad \text{is} \quad \begin{bmatrix} -3 & -2 \\ 0 & 1 \end{bmatrix}

Example: proving the associative property

Let

P=[2456],Q=[3521],R=[1021]P = \begin{bmatrix} 2 & 4 \\ 5 & 6 \end{bmatrix}, \qquad Q = \begin{bmatrix} 3 & 5 \\ -2 & 1 \end{bmatrix}, \qquad R = \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix}

Left side. First P+QP + Q, then add RR:

P+Q=[5937],(P+Q)+R=[6958]P + Q = \begin{bmatrix} 5 & 9 \\ 3 & 7 \end{bmatrix}, \qquad (P + Q) + R = \begin{bmatrix} 6 & 9 \\ 5 & 8 \end{bmatrix}

Right side. First Q+RQ + R, then add PP:

Q+R=[4502],P+(Q+R)=[6958]Q + R = \begin{bmatrix} 4 & 5 \\ 0 & 2 \end{bmatrix}, \qquad P + (Q + R) = \begin{bmatrix} 6 & 9 \\ 5 & 8 \end{bmatrix}

Both sides give the same matrix, so (P+Q)+R=P+(Q+R)(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.