Last updated on July 15th, 2025
A matrix is a rectangular arrangement of numbers or expressions arranged into rows and columns. Subtraction of matrices is the process of subtracting corresponding elements of two or more matrices. In this topic, we will learn about the subtraction of matrices and their properties.
Matrix subtraction is the process of subtracting the corresponding elements of two matrices of the same dimensions. For subtracting matrices, both matrices should have the same dimensions; that is, if matrix A is in m × n dimensions, then matrix B should also be in m × n dimensions.
Matrix subtraction is the process of subtracting two matrices that have the same dimension. A matrix with ‘m’ rows and ‘n’ columns, then the dimension of the matrix is m × n. To subtract two matrices A and B of the same size, you subtract their corresponding elements. It is represented as (A - B)ij = Aij - Bij, where Aij and Bij are the elements in the matrix in the i-th row and j-th column. Let’s learn the Subtraction of Matrices of Order 2 × 2 and Order 3 × 3
Method 1: Subtraction of Matrices of Order 2 × 2
The matrix, of order 2 × 2, has 2 rows and 2 columns. For example, when subtracting matrix A and B of order 2 × 2, it can be represented as:
For example, subtracting A = [37 64] and B = [52 21]
A - B = [37 64] - [52 21]
= [3 - 57 - 2 6 - 24 - 1 ]
= [-2 5 43]
The matrix, of order 2 × 2, has 2 rows and 2 columns. For example, when subtracting matrix A and B of order 2 × 2, it can be represented as:
For example, subtracting A = [37 64] and B = [52 21]
A - B = [37 64] - [52 21]
= [3 - 57 - 2 6 - 24 - 1 ]
= [-2 5 43]
The subtraction of matrices involves a 3 × 3 order, that is, each of the matrices has 3 rows and 3 columns. Here, each corresponding element of one matrix from the other is subtracted. The subtraction of matrices of order 3 × 3 can be represented as:
For example, subtracting the matrices P and Q
Like subtraction with numbers, matrices also follow certain properties. Here are some properties of the subtraction of matrices.
We use matrix subtraction in the fields of engineering, physics, computer graphics, etc. So, students need to master the subtraction of matrices, and here are some tips and tricks to master the subtraction of matrices.
When doing the subtraction of matrices, students make mistakes, which can result in errors. Here are some common mistakes and the ways to avoid them