Subsection 1.3 Algebraic properties of matrix operations
Subsubsection 1.3.1 Properties of matrix sum
- Commutative property.
-
Associative property.Matrix addition is associative :
Example 1.3.16. Associative property.
If we have more than two matrices to add, we can first sum two of them and then add the third matrix to this result. This property tells us that the order in which we choose the first two matrices does not matter.Consider the following three matrices-
Note that
can be obtained by first adding and and then adding the resulting matrix to -
Alternatively,
can be obtained by first adding and and then adding the resulting matrix to -
Another alternative is to find
by first adding and and then adding the resulting matrix to
-
Subsubsection 1.3.2 Properties of matrix-scalar multiplication
-
Distributive property 1.Multiplication of a matrix by a scalar is distributive with respect to matrix addition:
Example 1.3.17. Distributive property 1.
-
Distributive property 2.Multiplication of a matrix by a scalar is distributive with respect to the scalar addition:
Example 1.3.18. Distributive property 2.
-
Associative property.Multiplication of a matrix by a scalar is associative with respect to the scalar multiplication:
Example 1.3.19. Associative property.
Subsubsection 1.3.3 Properties of matrix-matrix multiplication
For the properties shown below, are matrices and is a scalar. The sizes for the matrices will be given for each property.
- Associative property.
-
Distributive property.Matrix-matrix multiplication is distributive with respect to matrix addition:
-
Associative property with scalar multiplication.Matrix multiplication is associative with respect to scalar multiplication:
Example 1.3.23. Associative property with scalar multiplication.