A square matrix A=(aij) of order
n is said to be:
- Skew-symmetric if
At=-A.
- Symmetric if
At=A.
- Hermitian if
A*=A.
- Skew-Hermitian if
A*=-A.
- Diagonal if all nondiagonal
elements are equal to zero.
- Of rank-one if it has one
linearly independent row only.
- Idempotent if
A2=A.
- Involutory if
A2=I, where I is the identity
matrix.
- Orthogonal if
A-1=At.
- Unitary if
A-1=A*.
- Upper-triangular if all
elements below the main diagonal are equal to zero. I.e,
aij=0 for j < i.
- Lower-triangular if all
elements above the main diagonal are equal to zero. I.e,
aij=0 for i < j.
- Upper Hessenberg if
aij=0 for i > j+1.
- Lower Hessenberg if
aij=0 for j > i+1.
- Positive definite if
x* A x > 0 for every vector x.
- Positive semi-definite if
x* A x >= 0 for every vector x.
- Negative definite if
x* A x < 0 for every vector x.
- Negative semi-definite if
x* A x <= 0 for every vector x.
- Nilpotent if there exists a
positive integer k such that Ak =
0.
- Of full rank if it has
n linearly independent rows.
- Defective if it has less
than n linearly independent eigenvectors.
- Ill-conditioned if
Cond(A) is quite large, where
.
- Singular if det
(A)=0.
- Invertible if it is
nonsingular.
- Normal if
AA*=A*A.
- Toeplitz if the elements
along each diagonal are the same.
- Identity if ai
i=1 for all i and all other elements are equal
to zero.
- Counteridentity if
ai n-i+1=1 for all i and all other
elements are equal to zero. In other words, all elements on the main
counterdiagonal are equal to 1 and the rest are equal to zero. The
counteridentity matrix is denoted by J.
- Centrosymmetric if it is
symmetric about the center. In other words, JAJ=A, where
J is the counteridentity matrix. I.e.
A(i,j)=A(n+1-i,n+1-j), where n is the order of
the matrix.
- Skew-centrosymmetric if it
is
skew-symmetric about the center. In other words, JAJ=-A.
I.e.
A(i,j)=-A(n+1-i,n+1-j), where n is the order
of the matrix.
- Persymmetric if it is
symmetric about the main counterdiagonal. In other words,
JAJ=At.
- Permutation if every row and
column has exactly one nonzero element which is 1.
- Housholder if it is of the
form I - 2 v vt/(vtv) for some nonzero
n-vector v.
- Stable if the real part of
each one of its eigenvalues is negative.