Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Matrix Properties



Common Matrix Properties

PropertyDescription
InvertibilityA matrix is invertible if there exists a two-sided inverse A1A^{-1}.
DeterminantA scalar value summarizing a matrix's scaling and orientation properties.
RankDimension of the column (or row) space of the matrix.
TraceThe sum of diagonal entries of a matrix.
EigenvaluesScalars λ\lambda such that Av=λvAv = \lambda v for some vector vv.
Singular ValuesSquare roots of eigenvalues of AAA^*A, used in SVD.
NormA measure of the matrix’s “size” or operator strength.
Condition NumberDescribes sensitivity of output to input changes; related to stability.
Spectral RadiusThe largest absolute value among eigenvalues.
NullityDimension of the null space (kernel) of the matrix.
OrthogonalityA matrix has orthogonal rows or columns when their inner product is zero.
LinearityAll matrices represent linear maps between vector spaces.
Symmetry / HermitianA matrix equals its transpose (or conjugate transpose in complex case).
Positive DefinitenessFor all nonzero vectors xx, xTAx>0x^T A x > 0.
IdempotentA matrix is idempotent if A2=AA^2 = A.
NilpotentA matrix is nilpotent if Ak=0A^k = 0 for some integer k>0k > 0.
DiagonalizabilityA matrix is similar to a diagonal matrix A=PDP1A = PDP^{-1}.
Jordan FormA canonical form describing generalized eigenstructure.