Understand the subject
What does scalar multiplication do?
A scalar stretches or reverses every matrix entry by one common factor.
Use it to scale a whole linear object without changing its entry layout.
See the structure
What the calculation is doing
1234
same positions5678
(cA)ᵢⱼ = c·aᵢⱼWorked interpretation
Read the result in context
(cA)ᵢⱼ = c·aᵢⱼ
Interpret with care
Important boundary
Division by a scalar is undefined when the scalar is zero.
Use the Matrix Calculator to experiment with small exact matrix operations before applying a more specialized route.
Quick guide
How to use this calculator
- Choose multiplication or division.
- Enter matrix A and the scalar.
- Read the exact scaled matrix.
Calculation method
Apply the scalar to each entry
Scalar multiplication multiplies every aᵢⱼ by the same value. Scalar division divides every entry and is undefined when the scalar is zero.
Worked example
Double a matrix
Multiply every entry of [[1,−2],[3,4]] by 2.
2A = [[2,−4],[6,8]]
Supported inputs
Precision and limits
Matrix size
Each input matrix may contain 1–6 rows and 1–6 columns.
Entry precision
Each signed decimal may contain up to 30 digits and 15 decimal places.
Exactness
Finite decimals are converted to reduced fractions before calculation; matrix arithmetic is not rounded.