Matrix Scalar Multiplication Calculator
Multiply a 2×2 matrix by a scalar value. See the resulting matrix.
Ka
3.0000
Kb6.0000
Kc9.0000
New Det-18.0000
Scalar Multiplication of a Matrix
Rule
k × [[a, b], [c, d]] = [[ka, kb], [kc, kd]]
Multiply every element by the scalar.
Properties
Example Calculation
Multiply [[1,2],[3,4]] by scalar 3.
- 013 × [[1,2],[3,4]] = [[3,6],[9,12]]
- 02Original det = 1×4 - 2×3 = -2
- 03New det = 9 × (-2) = -18 = 3² × (-2)
Frequently Asked Questions
Learn More
How to Calculate Percentages - Complete Guide
Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.