Linear Algebra tutorial: Matrix Subtraction (original) (raw)

By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

When we have two matrices,Matrix Subtraction andMatrix Subtraction then the matrix subtraction or matrix difference Matrix Subtraction is a matrix whose entry is formed by subtracting the corresponding entry ofMatrix Subtraction from each entry ofMatrix Subtraction , that isMatrix 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.

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

See also : matrix addition , null matrix

< Next | Previous | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .