Intermediate

2×2 Matrix Calculator — Determinant, Inverse, Eigenvalues

Enter a 2×2 matrix and instantly get its determinant, trace, rank, eigenvalues, and inverse — all in one calculator, with an animated visualization of the linear transformation.
Enter four numbers: row 1 then row 2 — space or comma separated.
Determinant det(A)
10

Invertible — the matrix has a unique inverse

Trace tr(A) = a + d
7
Rank
2
Eigenvalue λ₁
5
Eigenvalue λ₂
2
Inverse A⁻¹ [row 1]
0,4, -0,2
Inverse A⁻¹ [row 2]
-0,1, 0,3
Unit square transformed by A — area of the image = |det(A)|
Step by step
  1. 1

    a × d

    3 × 4 = 12
  2. 2

    b × c

    2 × 1 = 2
  3. 3

    det(A) = (a × d) − (b × c)

    12 − 2 = 10
    The determinant measures the signed area scale factor of the linear transformation.
Az eredmények csak általános tájékoztatásul szolgáló becslések, és nem minősülnek szakmai tanácsadásnak — a fontos eredményeket mindig ellenőrizze függetlenül, mielőtt rájuk hagyatkozna. Olvassa el a teljes jogi nyilatkozatot.
Gyors válasz

Hogyan működik ez a kalkulátor?

For A = [[a,b],[c,d]]: det = ad−bc, trace = a+d, eigenvalues solve λ²−(a+d)λ+(ad−bc)=0, inverse = (1/det)[[d,−b],[−c,a]] if det≠0. Enter your four numbers to get all properties plus a live visualization of the linear transformation.

Képlet
det(A) = ad − bc • tr(A) = a + d • λ² − tr(A)λ + det(A) = 0 • A⁻¹ = (1/det) [[d, −b], [−c, a]]
How this is calculated

For a 2×2 matrix A = [[a, b], [c, d]], the four core scalar quantities are: the determinant det(A) = ad − bc (the signed area scale factor of the linear map), the trace tr(A) = a + d (sum of diagonal entries), the rank (2 if det ≠ 0, 1 if at least one non-zero entry, 0 for the zero matrix), and the eigenvalues — the scalars λ that satisfy Av = λv for some non-zero vector v.

Eigenvalues solve the characteristic equation det(A − λI) = 0, which simplifies to λ² − tr(A)·λ + det(A) = 0. The quadratic formula gives λ = (tr ± √(tr² − 4·det)) / 2. When the discriminant tr² − 4·det is negative the eigenvalues are complex conjugates; otherwise they are real (and equal when the discriminant is zero).

The inverse exists only when det ≠ 0 and equals A⁻¹ = (1/det) × [[d, −b], [−c, a]]. The animated grid shows how the unit square deforms under the linear transformation — the area of the transformed parallelogram equals |det(A)|.

Gyakran ismételt kérdések

A zero determinant means the matrix is singular: it collapses space into fewer dimensions (a line or point), has no inverse, and the associated linear system either has infinitely many solutions or none. The rank is at most 1 and the transformation squashes area to zero.

Complex eigenvalues come in conjugate pairs of the form α ± βi. They indicate that the transformation has a rotational component. The real part α controls scaling (stretching or shrinking) and the imaginary part β controls rotation. Real matrices with complex eigenvalues have no real eigenvectors.

The standard 2×2 inverse formula A⁻¹ = (1/det) × [[d, −b], [−c, a]] swaps the diagonal entries a and d, negates the off-diagonal entries b and c, then divides everything by the determinant. Make sure you are reading rows in the correct order: row 1 is [d/det, −b/det] and row 2 is [−c/det, a/det].

Más néven

2x2 matrix calculator
matrix determinant and inverse calculator
find eigenvalues 2x2 matrix
matrix trace and rank calculator
linear algebra matrix calculator
matrix properties calculator
two by two matrix solver

APA

TG we-Calculate Editorial Team. (2026). 2×2 Matrix Calculator — Determinant, Inverse, Eigenvalues [Online calculator]. TG we-Calculate. https://we-calculate.com/hu/calculator/matrix-calculator

Chicago

TG we-Calculate Editorial Team. "2×2 Matrix Calculator — Determinant, Inverse, Eigenvalues." TG we-Calculate. 2026. https://we-calculate.com/hu/calculator/matrix-calculator.

IEEE

TG we-Calculate Editorial Team, "2×2 Matrix Calculator — Determinant, Inverse, Eigenvalues," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/hu/calculator/matrix-calculator

BibTeX

@misc{wecalculate_matrix_calculator, title = {2×2 Matrix Calculator — Determinant, Inverse, Eigenvalues}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/hu/calculator/matrix-calculator}}, year = {2026}, note = {TG we-Calculate} }

Segített ez a kalkulátor?