2×2Matrix
2×2Matrix refers to a 2-by-2 square matrix, a fundamental object in linear algebra used to represent linear transformations on two-dimensional space. It consists of four elements arranged in two rows and two columns: A = [ [a, b], [c, d] ].
Key properties include the determinant, det(A) = ad − bc, and the trace, tr(A) = a + d. The rank
Multiplication defines the action of A on vectors in R². For a column vector x = [x₁; x₂],
Special cases help illustrate structure. The identity matrix I₂ = [ [1, 0], [0, 1] ] acts as the
Eigenvalues are roots of the characteristic equation λ² − tr(A)λ + det(A) = 0, with eigenvectors indicating invariant directions under