Beginner

Matrix × Scalar Calculator (2×2)

Multiply every element of a 2×2 matrix by a scalar k and see the resulting matrix, its determinant, and how the scaling changes the geometric transformation visualised on the unit square.
The number to multiply every matrix element by
det(k·A)
-18

Determinant of the scaled matrix (= k² × det A)

k·a₁₁
3
k·a₁₂
6
k·a₂₁
9
k·a₂₂
12
det(A)
-2
det(k·A) = k² · det A
-18
Step-by-step
1

Original matrix A

[[1, 2], [3, 4]]
2

Scalar k

k = 3
3

Multiply each element by k

k × A = [[3×1, 3×2], [3×3, 3×4]]
=

Result matrix k·A

= [[3, 6], [9, 12]]
Unit square transformed by the scaled matrix k·A
Step by step
  1. 1

    Determinant of original matrix A

    1 × 4 − 2 × 3 = -2
    det(A) = a₁₁·a₂₂ − a₁₂·a₂₁
  2. 2

    3 × 3 = 9
  3. 3

    det(k·A) = k² × det(A)

    9 × -2 = -18
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

k · A multiplies every element of a 2×2 matrix A by the scalar k. The result matrix has elements k·aᵢⱼ, and its determinant equals k² · det(A). Enter a, b, c, d and k to get the full scaled matrix and its geometric effect on the unit square.

Formula
k · A = [[k·a₁₁, k·a₁₂], [k·a₂₁, k·a₂₂]] • det(k·A) = k² · det(A)
How this is calculated

Scalar multiplication of a matrix scales every entry by the same factor k: if A = [[a, b], [c, d]] then k·A = [[ka, kb], [kc, kd]]. No entries interact with each other — each is independently multiplied by k. This is the simplest matrix operation and follows directly from the distributive property of multiplication over addition.

The effect on the determinant is: det(k·A) = k² · det(A) for a 2×2 matrix (more generally, det(k·A) = kⁿ · det(A) for an n×n matrix). Geometrically, the determinant measures the area scaling factor of the linear transformation — multiplying by k scales every linear dimension by k, so the area (and the determinant) scales by k².

The grid diagram shows how the scaled matrix transforms the standard unit square, making the scaling intuitive.

Frequently asked questions

No. Scalar multiplication commutes: k·A = A·k. Every element is simply multiplied by k regardless of order.

(k·A)⁻¹ = (1/k) · A⁻¹, provided A is invertible and k ≠ 0. The inverse is also scaled, but by the reciprocal.

Yes. A negative scalar reflects the transformation (negative determinant), and a fractional scalar shrinks the matrix. All real k values are valid; k = 0 gives the zero matrix.

Also known as

scalar matrix multiplication
multiply matrix by number
2x2 matrix scalar
matrix scaling calculator
linear algebra scalar multiply
matrix times constant
determinant after scalar

APA

TG we-Calculate Editorial Team. (2026). Matrix × Scalar Calculator (2×2) [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/matrix-by-scalar-calculator

Chicago

TG we-Calculate Editorial Team. "Matrix × Scalar Calculator (2×2)." TG we-Calculate. 2026. https://we-calculate.com/calculator/matrix-by-scalar-calculator.

IEEE

TG we-Calculate Editorial Team, "Matrix × Scalar Calculator (2×2)," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/matrix-by-scalar-calculator

BibTeX

@misc{wecalculate_matrix_by_scalar_calculator, title = {Matrix × Scalar Calculator (2×2)}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/matrix-by-scalar-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?