By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

Matrix Subtraction

When we have two matrices, Matrix Subtraction and Matrix Subtraction then the matrix subtraction or matrix difference Matrix Subtraction is a matrix whose entry is formed by subtracting the corresponding entry of Matrix Subtraction from each entry of Matrix Subtraction , that is Matrix Subtraction .


Matrix subtraction works only when the two matrices have the same size and the result is also the same size as the input matrices.


Example
Matrix Subtraction , Matrix Subtraction ,
Matrix Subtraction



The interactive program below shows you the result of matrix subtraction. Your input must be two matrices of the same size (one matrix for each text box). Random Example will generate random matrices of the same size.


-

Properties

Some important properties of matrix difference are

  • Matrix subtraction is a non-commutative operation. If you reverse the order you will not get the same result Matrix Subtraction
  • Null matrix (or zero matrix) is a unique difference identity matrix such that Matrix Subtraction . The null matrix has the same size as matrix Matrix Subtraction .
  • We can define a negative of Matrix Subtraction (written as Matrix Subtraction ) such that matrix addition with the negative will produce a null matrix , Matrix Subtraction

See also : matrix addition , null matrix

< Next | Previous | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .