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 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, A and B are matrices of equal dimensions, c and d are scalars, and O is a zero matrix.
PropertyExample
Associative property of multiplication(cd)A=c(dA)
Distributive properties c(A+B)=cA+cB
(c+d)A=cA+dA
Multiplicative identity property 1A=A
Multiplicative properties of zero0A=O
cO=O
Closure property of multiplicationcA is a matrix of the same dimensions as A.
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.
2[5231]=[25222321]=[10462]
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 2×2 matrix is another 2×2 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: (cd)A=c(dA)

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 c=2, d=3, and A=[5481].
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, (23)5=2(35).
This shows that the original expressions must be equivalent as well!

Distributive properties:

c(A+B)=cA+cB

This property states that a scalar can be distributed over matrix addition.
Here's an example where c=2, A=[5231], and B=[3426]:
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, 2(5+3)=25+23.
Thus the original two expressions must be equivalent as well!

(c+d)A=cA+dA

This property states that a matrix can be distributed over scalar addition.
Here's an example where c=2, d=3, and A=[6974]:
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: 1A=A

This property says that when you multiply any matrix A by the scalar 1, the result is simply the original matrix A.
So, for example, if A=[2517], then we have:
1[2517]=[12151117]=[2517]
Notice that because 1a=a for any real number a, the scalar 1 will always be the multiplicative identity in scalar multiplication!

Multiplicative properties of zero:

0A=O

This property states that in scalar multiplication, 0 times any m×n matrix A is the m×n zero matrix.
This is true because of the multiplicative properties of zero in the real number system. If a is a real number, we know 0a=0. The following example illustrates this.
0[3867]=[03080607]=[0000]

cO=O

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 c=3 and O is the 2×2 zero matrix.
3[0000]=[30303030]=[0000]

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 A and B be 2×2 matrices and let c and d be scalars.
1) Which of the following are equivalent to c(1A+B)?
Choose all answers that apply:

2) Which of the following are equivalent to (cd)A+0A?
Choose all answers that apply:

Want to join the conversation?