Matrix Addition, Subtraction, and Scalar Multiplication Math Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumCompute .
Solution
- 1 Step 1: Scalar multiply: .
- 2 Step 2: Subtract: .
- 3 Check: โ
Answer
Scalar multiplication multiplies every entry by the scalar. Combined with subtraction, this demonstrates that matrix operations follow the same order of operations as regular arithmetic.
About Matrix Addition, Subtraction, and Scalar Multiplication
Matrix addition and subtraction are performed entry by entry on matrices of the same dimensions. Scalar multiplication multiplies every entry of a matrix by a single number (the scalar).
Learn more about Matrix Addition, Subtraction, and Scalar Multiplication โ