ADDITIVE INVERSE

ADDITIVE INVERSE

 

The additive inverse (or negative) of a matrix – X is the matrix in which

each element is the additive inverse of the corresponding element of X.

If

A = \begin{bmatrix}  1 &2  &3 \\  0&1  & -5  \end{bmatrix} and B =\begin{bmatrix}  -2 & 3 &1 \\  1& -7 &2  \end{bmatrix},

then by the definition of the additive inverse of a matrix,

-A =  \begin{bmatrix}  -1& -2 & -3\\  0 & 1 & -5  \end{bmatrix}and -B =\begin{bmatrix}  2 &-3  &0 \\  -1 & 7 & -2  \end{bmatrix}.

By the definition of matrix addition, for each matrix X the sum  X + (-X) is

a zero matrix, O, whose elements are all zeros. For the matrix A above,

A – A = \begin{bmatrix}  0 & 0 & 0\\  0 & 0 & 0  \end{bmatrix}.

There is an m \times  n zero matrix for each pair of values of m and n. Such a matrix serves as an m \timesn additive identity, similar to the additive identity 0 for any real number. Zero matrices have the following identity property.

 

Zero Matrix

If O is an m \times  n zero matrix, and A is any m \times  n matrix, then

A + O = O + A = A.

 

Leave a Reply

Your email address will not be published. Required fields are marked *