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.
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
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}\)
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}\)
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}\)
\(\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)
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}\)
\(2\begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix} = \begin{pmatrix} 6 & 2 \\ 8 & 4 \end{pmatrix}\)
\(3\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 3 & 6 \\ 0 & 3 \end{pmatrix}\)
\(\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}\)
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.
\(k \times 2 = 6\)
\(k = 6 ÷ 2 = 3\)
\(3 \times 4 = 12\) ✓
\(3 \times 6 = 18\) ✓
\(3 \times 8 = 24\) ✓
Answer: k = 3
CSEC Practice Questions
Test Your Understanding
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}\)
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}\)
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.
