Scalar Multiplication of Matrices - CSEC Mathematics | CSECHub

Scalar Multiplication of Matrices

CSEC Mathematics: Multiplying Matrices by Numbers

Essential Understanding: Scalar multiplication involves multiplying every element of a matrix by a single number (scalar). This is one of the simplest yet most important matrix operations, often combined with addition and subtraction in CSEC exam questions.

Key Concept: Scalar = Single Number
Key Skill: Multiply Each Element
Exam Focus: Combined Operations

What is a Scalar?

A scalar is simply a single number (as opposed to a matrix or vector). In scalar multiplication, we multiply every element of a matrix by this number.

Remember

Scalar = Regular number like 2, -3, ½, 0.5, etc.

Scalar multiplication = Multiplying a matrix by a scalar

Scalar Multiplication Formula

General Formula

\[k \times \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} ka & kb \\ kc & kd \end{pmatrix}\]

Multiply the scalar k by every element in the matrix

Worked Example 1: Basic Scalar Multiplication

Calculate: \(3 \times \begin{pmatrix} 2 & 4 \\ 1 & 5 \end{pmatrix}\)

1
Multiply the scalar (3) by each element:
Position (1,1): \(3 \times 2 = 6\)
Position (1,2): \(3 \times 4 = 12\)
Position (2,1): \(3 \times 1 = 3\)
Position (2,2): \(3 \times 5 = 15\)

Answer: \(3 \times \begin{pmatrix} 2 & 4 \\ 1 & 5 \end{pmatrix} = \begin{pmatrix} 6 & 12 \\ 3 & 15 \end{pmatrix}\)

Worked Example 2: Negative Scalar

Calculate: \(-2 \times \begin{pmatrix} 3 & -1 \\ 4 & 2 \end{pmatrix}\)

1
Multiply -2 by each element:
Position (1,1): \(-2 \times 3 = -6\)
Position (1,2): \(-2 \times (-1) = 2\)
Position (2,1): \(-2 \times 4 = -8\)
Position (2,2): \(-2 \times 2 = -4\)

Answer: \(-2 \times \begin{pmatrix} 3 & -1 \\ 4 & 2 \end{pmatrix} = \begin{pmatrix} -6 & 2 \\ -8 & -4 \end{pmatrix}\)

Worked Example 3: Fractional Scalar

Calculate: \(\frac{1}{2} \times \begin{pmatrix} 6 & 10 \\ 4 & 8 \end{pmatrix}\)

1
Multiply ½ by each element:
\(\frac{1}{2} \times 6 = 3\), \(\frac{1}{2} \times 10 = 5\)
\(\frac{1}{2} \times 4 = 2\), \(\frac{1}{2} \times 8 = 4\)

Answer: \(\frac{1}{2} \times \begin{pmatrix} 6 & 10 \\ 4 & 8 \end{pmatrix} = \begin{pmatrix} 3 & 5 \\ 2 & 4 \end{pmatrix}\)

Interactive Scalar Calculator

✖️

Scalar Multiplication Calculator

Enter a scalar and matrix values to see the result!

Scalar (k)

×

Matrix A

=

Result (kA)

6
12
3
15

Combined Operations (CSEC Favorite!)

CSEC often combines scalar multiplication with addition and subtraction. Follow the order of operations: scalar multiplication first, then add/subtract.

Worked Example 4: Combined Operations

Calculate: \(2\begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix} + 3\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}\)

1
First scalar multiplication:
\(2\begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix} = \begin{pmatrix} 6 & 2 \\ 8 & 4 \end{pmatrix}\)
2
Second scalar multiplication:
\(3\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 3 & 6 \\ 0 & 3 \end{pmatrix}\)
3
Add the results:
\(\begin{pmatrix} 6 & 2 \\ 8 & 4 \end{pmatrix} + \begin{pmatrix} 3 & 6 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 9 & 8 \\ 8 & 7 \end{pmatrix}\)

Answer: \(\begin{pmatrix} 9 & 8 \\ 8 & 7 \end{pmatrix}\)

Worked Example 5: With Subtraction

Calculate: \(4\begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} - 2\begin{pmatrix} 3 & 5 \\ 2 & 3 \end{pmatrix}\)

1
\(4\begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} = \begin{pmatrix} 8 & 12 \\ 4 & 16 \end{pmatrix}\)
2
\(2\begin{pmatrix} 3 & 5 \\ 2 & 3 \end{pmatrix} = \begin{pmatrix} 6 & 10 \\ 4 & 6 \end{pmatrix}\)
3
\(\begin{pmatrix} 8 & 12 \\ 4 & 16 \end{pmatrix} - \begin{pmatrix} 6 & 10 \\ 4 & 6 \end{pmatrix} = \begin{pmatrix} 2 & 2 \\ 0 & 10 \end{pmatrix}\)

Answer: \(\begin{pmatrix} 2 & 2 \\ 0 & 10 \end{pmatrix}\)

Properties of Scalar Multiplication

Distributive (over matrix addition)

\(k(A + B) = kA + kB\)

You can distribute the scalar across a sum.

Distributive (over scalar addition)

\((k + m)A = kA + mA\)

You can add scalars first or distribute.

Associative

\(k(mA) = (km)A\)

You can multiply scalars together first.

Identity

\(1 \times A = A\)

Multiplying by 1 leaves the matrix unchanged.

Finding Unknown Values

Worked Example 6: Finding an Unknown

If \(k\begin{pmatrix} 2 & 4 \\ 6 & 8 \end{pmatrix} = \begin{pmatrix} 6 & 12 \\ 18 & 24 \end{pmatrix}\), find k.

1
Compare corresponding elements:
\(k \times 2 = 6\)
2
Solve for k:
\(k = 6 ÷ 2 = 3\)
3
Verify with other elements:
\(3 \times 4 = 12\) ✓
\(3 \times 6 = 18\) ✓
\(3 \times 8 = 24\) ✓

Answer: k = 3

CSEC Practice Questions

Test Your Understanding

1
Calculate: \(4 \times \begin{pmatrix} 2 & -1 \\ 3 & 0 \end{pmatrix}\)
\(\begin{pmatrix} 8 & -4 \\ 12 & 0 \end{pmatrix}\)
\(\begin{pmatrix} 6 & 3 \\ 7 & 4 \end{pmatrix}\)
\(\begin{pmatrix} 8 & 4 \\ 12 & 4 \end{pmatrix}\)
\(\begin{pmatrix} 2 & -1 \\ 3 & 0 \end{pmatrix}\)
Solution: Multiply 4 by each element: \(4 \times 2 = 8\), \(4 \times (-1) = -4\), \(4 \times 3 = 12\), \(4 \times 0 = 0\)
2
Calculate: \(2\begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix} + \begin{pmatrix} 3 & 1 \\ 0 & 2 \end{pmatrix}\)
\(\begin{pmatrix} 4 & 4 \\ 2 & 6 \end{pmatrix}\)
\(\begin{pmatrix} 5 & 7 \\ 4 & 10 \end{pmatrix}\)
\(\begin{pmatrix} 8 & 14 \\ 4 & 12 \end{pmatrix}\)
\(\begin{pmatrix} 5 & 8 \\ 4 & 12 \end{pmatrix}\)
Solution:
Step 1: \(2\begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix} = \begin{pmatrix} 2 & 6 \\ 4 & 8 \end{pmatrix}\)
Step 2: \(\begin{pmatrix} 2 & 6 \\ 4 & 8 \end{pmatrix} + \begin{pmatrix} 3 & 1 \\ 0 & 2 \end{pmatrix} = \begin{pmatrix} 5 & 7 \\ 4 & 10 \end{pmatrix}\)
3
Calculate: \(3\begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix} - 2\begin{pmatrix} 1 & 2 \\ 3 & 1 \end{pmatrix}\)
\(\begin{pmatrix} 4 & -1 \\ -6 & 7 \end{pmatrix}\)
\(\begin{pmatrix} 4 & 1 \\ 6 & 7 \end{pmatrix}\)
\(\begin{pmatrix} 8 & 7 \\ 6 & 11 \end{pmatrix}\)
\(\begin{pmatrix} 4 & -1 \\ 6 & 7 \end{pmatrix}\)
Solution:
Step 1: \(3\begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 6 & 3 \\ 0 & 9 \end{pmatrix}\)
Step 2: \(2\begin{pmatrix} 1 & 2 \\ 3 & 1 \end{pmatrix} = \begin{pmatrix} 2 & 4 \\ 6 & 2 \end{pmatrix}\)
Step 3: \(\begin{pmatrix} 6 & 3 \\ 0 & 9 \end{pmatrix} - \begin{pmatrix} 2 & 4 \\ 6 & 2 \end{pmatrix} = \begin{pmatrix} 4 & -1 \\ -6 & 7 \end{pmatrix}\)
4
If \(k\begin{pmatrix} 3 & 6 \\ 9 & 12 \end{pmatrix} = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\), find k.
3
\(\frac{1}{3}\)
-3
\(-\frac{1}{3}\)
Solution:
From position (1,1): \(k \times 3 = 1\)
Therefore: \(k = \frac{1}{3}\)
Verify: \(\frac{1}{3} \times 6 = 2\) ✓, \(\frac{1}{3} \times 9 = 3\) ✓, \(\frac{1}{3} \times 12 = 4\) ✓
🎯

CSEC Examination Tips

  • Order of operations: Always do scalar multiplication BEFORE addition or subtraction.
  • Sign rules: Remember negative × negative = positive. Watch your signs carefully!
  • Check your work: The result should have the same order as the original matrix.
  • Common CSEC question: Expressions like \(2A + 3B\) or \(3A - 2B\) where A and B are given matrices.
  • Finding unknowns: Compare any corresponding element to find the scalar. Then verify with other elements.
Scroll to Top