2×2matrisen
A 2×2 matrix is a matrix with two rows and two columns. It is typically written as A = [[a, b], [c, d]], where a, b, c, d come from a field such as the real or complex numbers. Real 2×2 matrices act as linear transformations on the two-dimensional vector space, sending pairs (x, y) to another pair (ax + by, cx + dy).
The determinant of a 2×2 matrix is det(A) = ad − bc. The determinant measures area scaling under
A matrix is invertible exactly when det(A) ≠ 0. In that case, its inverse is A⁻¹ = (1/(ad −
2×2 matrices form a closed set under multiplication; the product corresponds to the composition of the associated
Special forms include diagonal matrices diag(λ1, λ2), which represent independent scaling along coordinate axes, and rotation
2×2 matrices are fundamental tools in solving linear systems, computer graphics, differential equations, and many areas