If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Properties of matrix addition

Learn about the properties of matrix addition (like the commutative property) and how they relate to real number addition.
In the table below, A, B, and C are matrices of equal dimensions.
PropertyExample
Commutative property of additionA+B=B+A
Associative property of additionA+(B+C)=(A+B)+C
Additive identity propertyFor any matrix A, there is a unique matrix O such that A+O=A.
Additive inverse propertyFor each A, there is a unique matrix A such that A+(A)=O.
Closure property of additionA+B is a matrix of the same dimensions as A and B.
This article explores these matrix addition properties.

Matrices and matrix addition

A matrix is a rectangular arrangement of numbers into rows and columns. The dimensions of a matrix give the number of rows and columns of the matrix in that order. Since matrix A has 2 rows and 3 columns, it is called a 2×3 matrix.
To add two matrices of the same dimensions, simply add the entries in the corresponding positions.
[3724]+[5281]=[3+57+22+84+1]=[89105]
If any of this is new to you, you should check out the following articles before you proceed:

Dimensions considerations

Notice that the sum of two 2×2 matrices is another 2×2 matrix. In general, the sum of two m×n matrices is another m×n matrix. This describes the closure property of matrix addition.
If the dimensions of two matrices are not the same, the addition is not defined. This is because if A is a 2×3 matrix and B is a 2×2 matrix, then some entries in matrix A will not have corresponding entries in matrix B!
[278243]+[5281]=undefined

Matrix addition & real number addition

Because matrix addition relies heavily on the addition of real numbers, many of the addition properties that we know to be true with real numbers are also true with matrices.
Let's take a look at each property individually.

Commutative property of addition: A+B=B+A

This property states that you can add two matrices in any order and get the same result.
This parallels the commutative property of addition for real numbers. For example, 3+5=5+3.
The following example illustrates this matrix property.
[3724]+[5281]=[3+57+22+84+1]=[5+32+7 8+21+4](Real # addition is commutative.) =[5281]+[3724]
Notice how the commutative property of addition for matrices holds thanks to the commutative property of addition for real numbers!

Associative property of addition: (A+B)+C=A+(B+C)

This property states that you can change the grouping in matrix addition and get the same result. For example, you can add matrix A to B first, and then add matrix C, or, you can add matrix B to C, and then add this result to A.
This property parallels the associative property of addition for real numbers. For example, (2+3)+5=2+(3+5).
Let's justify this matrix property by looking at an example.
In each column we simplified one side of the identity into a single matrix. The two resulting matrices are equivalent thanks to the real number associative property of addition. For example, (5+3)+1=5+(3+1).
Because of this property, we can write down an expression like A+B+C and have this be completely defined. We do not need parentheses indicating which addition to perform first, as it doesn't matter!

Additive identity property: A+O=A

A zero matrix, denoted O, is a matrix in which all of the entries are 0.
Notice that when a zero matrix is added to any matrix A, the result is always A.
  • [3179]+[0000]=[3179]
  • [000000]+[283157]=[283157]
These examples illustrate what is meant by the additive identity property; that the sum of any matrix A and the appropriate zero matrix is the matrix A.
A zero matrix can be compared to the number zero in the real number system. For all real numbers a, we know that a+0=a. The number 0 is the additive identity in the real number system just like O is the additive identity for matrices.

Additive inverse property: A+(A)=O

The opposite of a matrix A is the matrix A, where each element in this matrix is the opposite of the corresponding element in matrix A.
For example, if A=[2831], then A=[2831].
If we add A to A we get a zero matrix, which illustrates the additive inverse property.
A+(A)=[2831]+[2831]=[2+28+(8)3+31+(1)]=[0000]
The sum of a real number and its opposite is always 0, and so the sum of any matrix and its opposite gives a zero matrix. Because of this, we refer to opposite matrices as additive inverses.

Check your understanding

For the problems below, let A, B, and C be 2×2 matrices.
1) Which of the following matrix expressions are equivalent to (A+B)+C?
Choose all answers that apply:

2) Which of the following matrix expressions are equivalent to (A+(A))+B?
Remember A and B are 2×2 matrices.
Choose all answers that apply:

Want to join the conversation?