Scalar Multiplication
Theory
Scalar multiplication means multiplying every entry of a matrix by a single number (the scalar). The matrix's order doesn't change. It combines with addition and subtraction following the usual order of operations. Real-world uses include percentage increases (multiply by 1.10), discounts (multiply by 0.85), and currency conversion.
A scalar is a single number —
Formally, for a matrix
Scalar multiplication combines with matrix addition and subtraction following the usual order of operations: do scalar multiplications first, then add or subtract.
The first diagram shows the core idea: a scalar multiplies every entry of the matrix. The second is a reference for the scalars that correspond to common real-world percentage changes.
The rule is one element-wise definition plus a handful of properties.
Scalar multiplication
Combined with addition and subtraction
Do scalar multiplications first, then add or subtract.
Key properties
| Property | Statement |
|---|---|
| Zero scalar gives zero matrix | |
| Multiplying by 1 has no effect | |
| Distributive over matrices | |
| Distributive over scalars |
How to compute
- Identify the scalar
and the matrix . - Multiply every entry of
by — including negatives, zeros, and decimals. - The order stays the same. If
is , then is also .
How to compute a combined expression like
- Compute the scalar products first:
and separately. - Then subtract entry-by-entry.
How to find an unknown scalar given
- Pick any non-zero entry of
— say — and the corresponding entry of . - Set up the simple equation
and solve for . - Check by computing
and confirming it equals for at least one other pair of entries.
Multiply every entry by
| Row 1, col 1 | ||
| Row 1, col 2 | ||
| Row 2, col 1 | ||
| Row 2, col 2 |
Compute
Now subtract
| Row 1, col 1 | ||
| Row 1, col 2 | ||
| Row 2, col 1 | ||
| Row 2, col 2 |
Match the entries in row 1, column 1 of
Check with another entry:
Answer:
A
| Row 1, col 1 | ||
| Row 1, col 2 | ||
| Row 2, col 1 | ||
| Row 2, col 2 |
Answer: the new prices are
Common pitfalls
Frequently asked questions
What is a scalar?
A scalar is just a single number — for example 2, negative 3, 0.5, or pi. The word 'scalar' is used to distinguish it from a matrix, which is a grid of numbers.
How do I multiply a matrix by a scalar?
Multiply EVERY entry of the matrix by the scalar. The order of the matrix does not change. If the original is 2 by 3, the result is also 2 by 3.
What happens to the order when I multiply by a scalar?
The order stays exactly the same. Scalar multiplication only changes the values of the entries, not the shape of the matrix.
How do I handle a negative scalar?
Multiply every entry by the negative scalar. Every positive entry becomes negative and every negative entry becomes positive. For example, negative 2 times negative 1 is positive 2.
How do percentage changes use scalar multiplication?
A 10 percent increase means multiply by 1.10. A 15 percent discount means multiply by 0.85. If you have a price matrix, applying that scalar to the whole matrix updates every price at once. Currency conversion works the same way — multiply by the exchange rate.
How do I find a scalar k given kA equals B?
Pick any non-zero entry of A and the corresponding entry of B. The scalar k equals the entry of B divided by the entry of A. To double-check, verify that the same k works for at least one other pair of entries.
Video Lessons
Practice Questions
5 questions available.
Practice Questions