Main content
Algebra (all content)
Course: Algebra (all content) > Unit 20
Lesson 7: Properties of matrix addition & scalar multiplicationProperties of matrix scalar multiplication
Learn about the properties of matrix scalar multiplication (like the distributive property) and how they relate to real number multiplication.
In the table below, and are matrices of equal dimensions, and are scalars, and is a zero matrix.
Property | Example |
---|---|
Associative property of multiplication | |
Distributive properties | |
Multiplicative identity property | |
Multiplicative properties of zero | |
Closure property of multiplication |
This article explores these properties.
Matrices and scalar multiplication
A matrix is a rectangular arrangement of numbers into rows and columns.
When we work with matrices, we refer to real numbers as scalars.
The term scalar multiplication refers to the product of a real number and a matrix. In scalar multiplication, each entry in the matrix is multiplied by the given scalar.
If any of this is new to you, you should check out the following articles before you proceed:
Dimensions considerations
Notice that a scalar times a matrix is another matrix. In general, a scalar multiple of a matrix will be another matrix of the same dimension. This is what is meant by the closure property of scalar multiplication!
Matrix scalar multiplication & real number multiplication
Because scalar multiplication relies heavily on real number multiplication, many of the multiplication properties that we know to be true with real numbers are also true in scalar multiplication.
Let's take a look at each property individually.
Associative property of multiplication:
This property states that if a matrix is multiplied by two scalars, you can multiply the scalars together first, and then multiply by the matrix. Or you can multiply the matrix by one scalar, and then the resulting matrix by the other.
The following example illustrates this property for , , and .
In each column we simplified one side of the identity into a single matrix. Notice that these two matrices are equal because of the associative property of multiplication for real numbers. For example, .
This shows that the original expressions must be equivalent as well!
Distributive properties:
This property states that a scalar can be distributed over matrix addition.
Here's an example where , , and :
If we compare the last matrix in each column, we see that these are equivalent because of the distributive property for real numbers. For example, .
Thus the original two expressions must be equivalent as well!
This property states that a matrix can be distributed over scalar addition.
Here's an example where , , and :
Once again, we see that the last matrix in each column are equivalent because of the distributive property for real numbers, making the original expressions equivalent as desired!
Multiplicative identity property:
This property says that when you multiply any matrix by the scalar , the result is simply the original matrix .
So, for example, if , then we have:
Notice that because for any real number , the scalar will always be the multiplicative identity in scalar multiplication!
Multiplicative properties of zero:
This property states that in scalar multiplication, times any matrix is the zero matrix.
This is true because of the multiplicative properties of zero in the real number system. If is a real number, we know . The following example illustrates this.
This property states that any scalar times a zero matrix is the same zero matrix.
Again, this property is true because of the multiplicative properties of zero in the real number system. Here's an example where and is the zero matrix.
Check your understanding
Now that you are familiar with all of the scalar multiplication properties, let's see if you can use them to determine equivalent matrix expressions.
For the problems below, let and be matrices and let and be scalars.
Want to join the conversation?
- by the property define by scalar multiplication the determinant of a n-dimension matrix will be the scalar^n times, why is it not times the scalar(2 votes)
- It sounds like you know the rule, but aren't sure why it works that way?
Well, let's look at an example. Here is a 2 x 2 matrix, so of course n = 2┌ ┐
3 2
-1 5
└ ┘
We multiply by scalar c┌ ┐
3c 2c
-1c 5c
└ ┘
Now we take the determinant which will be [3c∙5c - 2c∙(-1c)]
That will be 15c²- (- 2c²)
= 15c²+ 2c²
= 17c²
The operation of multiplying the elements to produce the terms of the determinant effectively squares the constant c, and the last operation of subtraction does not affect the exponent of the c
Likewise, if we use a 3 x 3 matrix, three elements would be multiplied in each diagonal direction to get the determinant, and of course, n = 3 this time. If each element has been multiplied by constant k, then the product result would be a number multiplied by k³ so the last step of subtraction again leaves us with a multiple of k³ , or kⁿ
I hope that helps(7 votes)
- Is there such a thing as Ac=cA? Where A is a matrix and c is a scalar. Is Ac even a valid thing?(2 votes)
- As long as there is a scalar times a matrix, the scalar is applied to every value in the matrix, regardless of which comes first. So yes, Ac=cA is correct. Just watch out for matrix x matrix, which is not commutative.(4 votes)
- Just making sure, you can't add a vector to a scalar, right?(3 votes)
- could you prove the properties? not examples. Thank you(1 vote)
- The proofs as such are not required as you should be able to figure them yourself out yourself using basic arithmetic skills.(4 votes)
- how do you find c?(1 vote)
- "c" is whatever scalar you are using for a certain problem. It's a variable that is usually given to you, and if it isn't, you'll be given all the other information you need to work backwards.(4 votes)
- should one remember all the property names??(2 votes)
- Yes, I think it is helpful to know these well, but most important is knowing how to apply the properties to matrix multiplication.(1 vote)
- So, if I had A(xB)C is that equivalent to x(ABC) if x is my scalar and A, B, C are all square matrices?(2 votes)
- Yes, the matrices have to stay in order though.(1 vote)
- what if you multiply a matrix by a complex number?(1 vote)
- Then you will have a matrix whose entries are complex numbers. You can add, multiply, and row-reduce such matrices in the usual way.(2 votes)
- Why isn't commutative property written in the above table? Is that impossible?(1 vote)
- The commutative property over multiplication is only possible over scalar multiplication and not problems in which two matrices are multiplied together. This is because the two inner dimensions have to be the same. What I mean by inner dimensions being the same is if one matrix has dimensions a x b and another matrix has dimensions c x d, where c and b hold the same value. Notice how the two dimensions in the middle are the same. In some cases, though, the commutative property could work, like if both matrices have dimensions 2 x 2.(1 vote)
- in the previous lessons on matrices, there's a video explaining this(1 vote)