Learn
Add and Subtract
Example #1 Matrix Addition
To add 2 matrices together, simply add the elements in corresponding positions. Matrices can only be added if they have the same dimensions.
Watch Add Matrices.
Open Add Matrices in a new tab
Note: The presentation may take a moment to load.
Example #2 Matrix Subtraction
To subtract matrices, simply subtract corresponding elements. Matrices can only be subtracted if they have the same dimensions.
and
Notice that matrices A and B have the same order 2x3


Addition and Subtraction of Matrices
You can add or subtract matrices only if they have the same order.




Only A and D are the same order so they can be added or subtracted.
Properties of Matrix Addition
Let A, B, and C be matrices of the same dimensions and let c be a scalar.
- A + (B + C) = (A + B) + C Associative Property of Matrix Addition
- A + B = B + A Commutative Property of Matrix Addition
- c(A + B) = cA + cB Distributive Property
Example #3 Associative Property of Matrix Addition
Watch Use the Associative Property with Matrix Addition.
Open Use the Associative Property with Matrix Addition in a new tab
Note: The presentation may take a moment to load.
Example #4 Commutative Property of Matrix Addition
Watch Understand How the Commutative Property Applies to Matrix Addition.
Open Understand How the Commutative Property Applies to Matrix Addition in a new tab
Note: The presentation may take a moment to load.
Example #5 Distributive Property
Watch Understand the Distributive Property Applies to Matrix Addition.
Open Understand the Distributive Property Applies to Matrix Addition in a new tab
Note: The presentation may take a moment to load.
Additive Identity
The additive identity is the matrix with the same order and with all entries equal to zero.





Example #6
Watch Use Properties of Matrices to Simplify Matrix Expressions.
Use Properties of Matrices to Simplify Matrix Expressions in a new tab
Note: The presentation may take a moment to load.
Example #7
Use matrices A and B to solve for X.


X = 2A − 3B





