Processing math: 100%
Skip to main content

Section 3.2 Addition and subtraction of matrices

Subsection 3.2.1 Definitions of addition and subtraction of matrices

For two matrices A=[ai,j] and B=[bi,j], addition is defined if and only if the matrices have the same size. In that case, we say that the matrix C=[ci,j] satisfies C=A+B if and only if

ci,j=ai,j+bi,j

for all 1≤i≤m and 1≤j≤n.

Similarly, for two matrices A and B of the same size, C=A−B is defined by

ci,j=ai,j−bi,j

for all 1≤i≤m and 1≤j≤n. When two matrices are of the same size, and hence their addition is defined, they are called conformable for addition.

Example 3.2.1. Addition and subtraction of matrices.
A=[123456] and B=[5310−1−2]

then

A+B=[654444]

and

A−B=[−4−12468]

In short, addition and subtraction of two matrices are carried out by adding or subtracting the corresponding positions within the matrices.

Subsection 3.2.2 Some properties of addition of matrices

  • By the definition of matrix addition, the sum of two matrices is a matrix of the same size.

  • We use \(A=[a_{i,j}]\) and \(B=[b_{i,j}]\text{.}\) The \(i\)-\(j\) entry of \(A+B\) is \(a_{i,j}+b_{i,j}\) while the \(i\)-\(j\) entry of \(B+A\) is \(b_{i,j}+a_{i,j}\text{.}\) Hence \(A+B=B+A\) means \(a_{i,j}+b_{i,j}=b_{i,j}+a_{i,j}\) for each possible \(i\) and \(j\text{.}\) We know this latter equation is valid since it uses the known commutative property of real numbers. (see properties of real numbers in Subsection 8.1.2.)

  • The \(i\)-\(j\) entries of \((A+B)+C\) and \(A+(B+C)\) must be equal. This says \((a_{i,j}+b_{i,j})+c_{i,j}=a_{i,j}+(b_{i,j}+c_{i,j})\) for all possible \(i\) and \(j\text{,}\) and this equation is valid by the distributive property of real numbers.