Scaling Every Matrix Entry by One Number
Matrices can be combined with other matrices, but they can also be scaled by one number. That number is called a scalar.
For example, if every entry in a measurement matrix is recorded in meters, converting the whole table to centimeters multiplies every entry by . Scalar multiplication expresses that one consistent change without rewriting each calculation separately.
Writing Scalar Multiplication Entry by Entry
Matrix scalar multiplication is the operation of multiplying every element in a matrix by a scalar number.
If we have a matrix and a scalar , then the result of the scalar multiplication of by matrix (written as ) is a new matrix where each element is the product of the corresponding element of matrix and the scalar .
Mathematically, if matrix has an order of :
Then the multiplication of matrix by scalar is:
The resulting matrix, , will have the same order as matrix .
For a positive integer , scalar multiplication can be viewed as repeated addition. For example, is the same as . Adding matrix exactly gives .
Matrix Scalar Multiplication Examples
The next two examples multiply every matrix entry by the same scalar.
Example 1:
Suppose we have matrix as in the following example:
Determine !
Solution:
To calculate , we multiply each element of matrix by the scalar .
The matrix above is the result of .
Example 2:
The matrix is given by:
For the scalar , determine .
Solution:
We will multiply each element in matrix by the scalar .
Write each product with parentheses: means .
The matrix above is the result of .
Properties of Matrix Scalar Multiplication
Let and be matrices of the same order, and be scalars, and be the zero matrix. Scalar multiplication then satisfies the following identities.
-
Distributive over Matrix Addition:
Multiplying a scalar by the sum of two matrices is the same as summing the products of the scalar with each matrix.
-
Distributive over Scalar Addition:
Multiplying the sum of two scalars by a matrix is the same as summing the products of each scalar with the matrix.
-
Associative with Scalar Multiplication:
Multiplying a matrix by the product of two scalars is the same as multiplying the first scalar by the product of the second scalar and the matrix.
-
Scalar Multiplication Identity:
Multiplying a matrix by the scalar does not change the matrix.
-
Multiplication by Zero Scalar:
Multiplying a matrix by the scalar results in the zero matrix (), which is a matrix where all elements are .
-
Multiplication of Zero Matrix by a Scalar:
Multiplying the zero matrix by any scalar results in the zero matrix.
-
Multiplication by Scalar :
Multiplying a matrix by the scalar results in the negative of the matrix.
The distributive rules expand scalar multiplication over sums, while the identity and zero rules determine the result immediately for the scalars and .
Exercises
Each problem below asks for a scalar multiple of a matrix. Multiply every entry by the scalar, including the negative entries and the zeros, and keep the shape of the matrix unchanged.
-
Given the following matrix, calculate .
-
For the following matrix, determine .
-
For the following matrices, show that .
Worked Solutions
-
Solution:
-
Solution:
-
To show :
First, calculate the left side of the equation, .
Then,
Next, calculate the right side of the equation, .
Then,
Both calculations give the same matrix, so .