Photo AI

Last Updated Sep 27, 2025

Scalar Multiple Simplified Revision Notes

Revision notes with simplified explanations to understand Scalar Multiple quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

225+ students studying

2.1.3 Scalar Multiple

Scalar Multiples of Matrices

A scalar is simply a real number that multiplies each element of a matrix. When a matrix is multiplied by a scalar, every entry of the matrix is scaled by the same factor.

Scalar Multiplication Rule

Given a scalar λ\lambda and a matrix

A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}

The scalar multiplication λA\lambda A is defined as:

λA=λ(abcd)=(λaλbλcλd)\lambda A = \lambda \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} \lambda a & \lambda b \\ \lambda c & \lambda d \end{pmatrix}
lightbulbExample

Example: Scalar Multiplication Let λ=3\lambda = 3 and

A=(2140)A = \begin{pmatrix} 2 & -1 \\ 4 & 0 \end{pmatrix}
λA=3(2140)=(3×23×13×43×0)\lambda A = 3 \begin{pmatrix} 2 & -1 \\ 4 & 0 \end{pmatrix} = \begin{pmatrix} 3 \times 2 & 3 \times -1 \\ 3 \times 4 & 3 \times 0 \end{pmatrix} =(63120)= \begin{pmatrix} 6 & -3 \\ 12 & 0 \end{pmatrix}

Matrix Multiplication and Scalar Multiplication Together

Scalar multiplication often appears in combination with matrix multiplication. The key idea is to perform scalar multiplication either before or after matrix multiplication without affecting the result.

lightbulbExample

Example: Let

A=(2101), B=(1340)A = \begin{pmatrix} 2 & 1 \\ 0 & -1 \end{pmatrix}, \ B = \begin{pmatrix} -1 & 3 \\ 4 & 0 \end{pmatrix}

And let λ=2.\lambda = 2.

Find λ(AB)\lambda(AB) and (λA)B(\lambda A)B


Step 1: Calculate AB

AB=(2101)(1340)AB = \begin{pmatrix} 2 & 1 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} -1 & 3 \\ 4 & 0 \end{pmatrix} =((2×1)+(1×4)(2×3)+(1×0)(0×1)+(1×4)(0×3)+(1×0))= \begin{pmatrix} (2 \times -1) + (1 \times 4) & (2 \times 3) + (1 \times 0) \\ (0 \times -1) + (-1 \times 4) & (0 \times 3) + (-1 \times 0) \end{pmatrix} =(2640)= \begin{pmatrix} 2 & 6 \\ -4 & 0 \end{pmatrix}

Step 2: Apply Scalar Multiplication

λ(AB)=2(2640)=(41280)\lambda(AB) = 2 \begin{pmatrix} 2 & 6 \\ -4 & 0 \end{pmatrix} = \begin{pmatrix} 4 & 12 \\ -8 & 0 \end{pmatrix}

Step 3: Scalar Multiply AA First, Then Multiply

λA=2(2101)=(4202)\lambda A = 2 \begin{pmatrix} 2 & 1 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 4 & 2 \\ 0 & -2 \end{pmatrix}

Now multiply (λA)B(\lambda A)B

(λA)B=(4202)(1340)(\lambda A)B = \begin{pmatrix} 4 & 2 \\ 0 & -2 \end{pmatrix} \begin{pmatrix} -1 & 3 \\ 4 & 0 \end{pmatrix} =((4×1)+(2×4)(4×3)+(2×0)(0×1)+(2×4)(0×3)+(2×0))= \begin{pmatrix} (4 \times -1) + (2 \times 4) & (4 \times 3) + (2 \times 0) \\ (0 \times -1) + (-2 \times 4) & (0 \times 3) + (-2 \times 0) \end{pmatrix} =(41280)= \begin{pmatrix} 4 & 12 \\ -8 & 0 \end{pmatrix}

Thus, λ(AB)=(λA)B\lambda(AB) = (\lambda A)B

Associativity of Scalar Multiplication

The scalar can also be distributed at any stage:

For matrices AA, BB, and scalar λ\lambda,

λ(A×B)=(λA)×B=A×(λB)\lambda(A \times B) = (\lambda A) \times B = A \times (\lambda B)

This demonstrates that scalar multiplication is associative when combined with matrix multiplication.

Note Summary

infoNote

Common Mistakes:

  1. Forgetting to apply the scalar to all elements of the matrix.
  2. Mixing up the order of scalar and matrix multiplication steps. While associative, care is needed to apply the correct sequence in stepwise calculations.
  3. Incorrectly multiplying two matrices first without ensuring compatibility of dimensions.
  4. Misinterpreting scalar matrix equality operations: forgetting the scalar value doesn't change matrix size.
infoNote

Key Formulas:

  • Scalar multiplication:
λ(abcd)=(λaλbλcλd)\lambda \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} \lambda a & \lambda b \\ \lambda c & \lambda d \end{pmatrix}
  • Associativity of scalar multiplication:
λ(A×B)=(λA)×B\lambda(A \times B) = (\lambda A) \times B
  • Scalar distribution:
λ(AB)=(A)(λB)\lambda(AB) = (A)(\lambda B)
  • Matrix Multiplication:
  • A×BA \times B is defined if the inner dimensions match.
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Scalar Multiple

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

50 flashcards

Flashcards on Scalar Multiple

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

5 quizzes

Quizzes on Scalar Multiple

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Scalar Multiple

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Scalar Multiple

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Scalar Multiple

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Scalar Multiple you should explore

Discover More Revision Notes Related to Scalar Multiple to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Properties of Matrices

Introduction to Matrices

user avatar
user avatar
user avatar
user avatar
user avatar

398+ studying

185KViews

96%

114 rated

Properties of Matrices

Matrix Dimensions

user avatar
user avatar
user avatar
user avatar
user avatar

499+ studying

190KViews

96%

114 rated

Properties of Matrices

Determinants of Matrices

user avatar
user avatar
user avatar
user avatar
user avatar

426+ studying

184KViews

96%

114 rated

Properties of Matrices

Inverses of Matrices

user avatar
user avatar
user avatar
user avatar
user avatar

241+ studying

199KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered