What is Subtraction of Matrices?

Matrix subtraction is an operation where corresponding elements of two matrices are subtracted from each other to form a new matrix. This operation is similar to matrix addition, but instead of adding the corresponding elements, they are subtracted.

For two matrices to be subtracted, they must have the same dimensions, meaning they must have the same number of rows and columns. If A and B are two matrices of the same dimensions, their subtraction is denoted as A B.

Notation of Matrix Subtraction

Given two matrices A and B of the same size, the matrix subtraction AB is defined as:

(A B)ij ​= Aij​ − Bij

where Aij​ and Bij​ are the elements of matrices A and B at the ith row and jth column, respectively.

Condition for Matrix Subtraction

For matrix subtraction to be defined and valid, the following condition must be satisfied:

The two matrices must have the same dimensions, meaning they must have the same number of rows and the same number of columns.

Subtraction of Matrices

Subtraction of matrices is addition of the negative of a matrix to another matrix which means A – B = A + (-B). The subtraction of the matrix is subtracting the corresponding row-column element of one matrix with same row-column element of another matrix.

In this article we will explore subtraction of matrices in detail. We will also solve some examples related to subtraction of matrices. Let’s start our learning on the topic “Subtraction of Matrices.”


Table of Content

  • What is Subtraction of Matrices?
    • Subtraction of n × n Matrices
    • Subtraction of 2 × 2 Matrices
    • Subtraction of 3 × 3 Matrices
  • Solved Examples on Subtraction of Matrices

Similar Reads

What is Subtraction of Matrices?

Matrix subtraction is an operation where corresponding elements of two matrices are subtracted from each other to form a new matrix. This operation is similar to matrix addition, but instead of adding the corresponding elements, they are subtracted....

Subtraction of n × n Matrices

The subtraction of n × n matrices include subtracting each row column (i, j) element of one matrix with corresponding row column (i, j) element of other matrix....

Solved Examples on Subtraction of Matrices

Example 1: Q1. Subtract the matrices: P = [Tex]\begin{bmatrix} 15 & 4\\13 & 9 \end{bmatrix}[/Tex] and Q = [Tex]\begin{bmatrix} 1 & -13\\ 6 & 0 \end{bmatrix}[/Tex]...

Practice Questions on Subtraction of Matrices

Q1. Subtract the matrices: P = [Tex]\begin{bmatrix} 5 & 9\\2 & 4 \end{bmatrix}[/Tex] and Q = [Tex]\begin{bmatrix} 0 & -3\\ 7 & 14 \end{bmatrix}[/Tex]...

FAQs on Subtraction of Matrices

What are the Rules for Subtracting Matrices?...