Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 General Matrices And Matrix Arithmetic

Scalar Multiplication

5 practice questions 2 video lessons Theory + worked examples

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 — 2, 3, 0.5, π, and so on. Scalar multiplication of a matrix means multiplying every entry of the matrix by that scalar. The order of the matrix doesn't change.

Formally, for a matrix A and a scalar k:

(kA)ij=kAij

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.

Scalar multiplication applied to every entry The scalar 2 multiplying a 2 by 2 matrix, with arrows from the scalar to each entry to show that the scalar is applied to every entry. The scalar reaches every entry 2 scalar 2 3 -1 4 A = 4 6 -2 8 2A Every entry multiplied — including negatives and zeros
2A — every entry of A (including the 1) is doubled. The order is unchanged.
Scalar multipliers for common real-world changes A reference showing common real-world percentage changes and the corresponding scalar multiplier: 10 percent increase multiplies by 1.10, 15 percent discount multiplies by 0.85, doubling multiplies by 2, halving multiplies by 0.5. Scalars in the real world Real-world change Multiply by 10% price increase 1.10 15% discount 0.85 25% off (sale) 0.75 Double production 2 Halve production 0.5 AUD → USD (exchange rate) 0.65* *example rate. Multiply the whole price matrix to convert every entry at once.
Common percentage changes as scalar multipliers — apply to a price or quantity matrix.

The rule is one element-wise definition plus a handful of properties.

Scalar multiplication

(kA)ij=kAij

(kA)ij=k·Aij

Combined with addition and subtraction

Do scalar multiplications first, then add or subtract.

2A+3B=(2A)+(3B)

Key properties

PropertyStatement
Zero scalar gives zero matrix0A=0
Multiplying by 1 has no effect1A=A
Distributive over matricesk(A+B)=kA+kB
Distributive over scalars(k1+k2)A=k1A+k2A
Finding an unknown scalar. If kA=B and you know A and B, pick any non-zero entry of A and the corresponding entry of B. Then k=BijAij. Verify with another pair to check.

How to compute kA

  1. Identify the scalar k and the matrix A.
  2. Multiply every entry of A by k — including negatives, zeros, and decimals.
  3. The order stays the same. If A is m×n, then kA is also m×n.

How to compute a combined expression like 2A3B

  1. Compute the scalar products first: 2A and 3B separately.
  2. Then subtract entry-by-entry.

How to find an unknown scalar k given kA=B

  1. Pick any non-zero entry of A — say A11 — and the corresponding entry of B.
  2. Set up the simple equation kA11=B11 and solve for k.
  3. Check by computing kA and confirming it equals B for at least one other pair of entries.
EXAMPLE 1 — NEGATIVE SCALAR
Find 2A where A=[3124].
SOLUTION

Multiply every entry by 2. Watch the signs — 2×(1)=+2.

Row 1, col 1=2×3=6
Row 1, col 2=2×(1)=2
Row 2, col 1=2×2=4
Row 2, col 2=2×4=8

2A=[6248]

-2A=-62-4-8
EXAMPLE 2 — COMBINED OPERATION
Given A=[3410] and B=[1001], find A2B.
SOLUTION

Compute 2B first by doubling every entry of B.

2B=[2002]

Now subtract 2B from A, entry-by-entry.

Row 1, col 1=32=1
Row 1, col 2=40=4
Row 2, col 1=10=1
Row 2, col 2=02=2

A2B=[1412]

A-2B=141-2
EXAMPLE 3 — FIND THE SCALAR
Find k such that kA=B, where A=[2314] and B=[69312].
SOLUTION

Match the entries in row 1, column 1 of A and B.

k×2=6
k=3

Check with another entry: 3×(1)=3 ✓, 3×4=12 ✓. All entries agree.

Answer: k=3.

k=3
EXAMPLE 4 — REAL-WORLD (10% PRICE INCREASE)
A store's prices are stored as P=[20301525] (in dollars). All prices rise by 10%. Find the new price matrix.
SOLUTION

A 10% rise means multiply every price by 1.10.

Row 1, col 1=1.10×20=22
Row 1, col 2=1.10×30=33
Row 2, col 1=1.10×15=16.50
Row 2, col 2=1.10×25=27.50

Pnew=1.10P=[223316.5027.50]

Answer: the new prices are $22, $33, $16.50 and $27.50.

Pnew=1.10P

Common pitfalls

Multiply every entry — no exceptions. Forgetting one entry, or only multiplying the first row, is the most common error. Including negatives and zeros — k×0=0 is still part of the work.
A negative scalar flips every sign. 2×[31]=[62] — the second entry became positive because a negative times a negative is positive.
Fractional scalars divide each entry. Multiplying by 12 is the same as dividing every entry by 2. Make sure each result is the correct fraction or decimal.
The order of the matrix does not change. Scalar multiplication never adds or removes rows or columns. A 2×3 matrix multiplied by a scalar is still a 2×3 matrix.
In combined expressions, do scalar multiplications first. For 2A+3B, compute 2A and 3B separately before adding. Don't try to add A+B first and then multiply by something — that gives a different answer.

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

  • Scalar Multiplication of Matrices and Matrix Operations Watch
  • Matrices - Scalar Multiplication | Don't Memorise Watch

Practice Questions

5 questions available.

Practice Questions