Explanation
A scalar is a single number.
Scalar multiplication means multiplying every entry in a matrix by that number.
Example:
3 ×
[ 1 2 ]
[ 4 5 ]
=
[ 3 6 ]
[12 15 ]
Rules:
-
Multiply each entry
-
Dimensions stay the same
Quiz
-
What is a scalar?
-
Multiply 2 by [1 −3].
-
Does scalar multiplication change dimensions?
-
What happens if the scalar is 0?
-
Is scalar multiplication reversible?
Answer Key
-
A single number
-
[2 −6]
-
No
-
All entries become 0
-
Yes (if scalar ≠ 0)