Subtraction of Matrices

What are the Rules for Subtracting Matrices?

The rules for subtracting matrices are:

  • The matrices should be of equal dimensions.
  • Each element of one matrix should be subtracted from corresponding element of other matrix.

Can You Subtract 2 × 2 Matrix from a 3 × 3 Matrix?

No, we cannot subtract 2 × 2 matrix from a 3 × 3 matrix as dimensions are not same.

How to Do Subtraction of Two Matrices?

To subtract two matrices, we subtract xij element of first matrix with yij of second matrix. This process is done for all the elements of the matrices.

Is Matrix Subtraction Associative?

No, matrix subtraction is not associative.

Is Matrix Subtraction Commutative?

No, matrix subtraction is not commutative.



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?...