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 ifExample 3.2.1. Addition and subtraction of matrices.
then
and
Subsection 3.2.2 Some properties of addition of matrices
Theorem 3.2.2. Addition properties of Matrices.
Suppose A, B and C are matrices of the same size, then
If A and B are m×n matrices, then so is A+B.
A+B=B+A (commutativity of addition)
(A+B)+C=A+(B+C) (associativity of addition)
Proof.
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.