Symmetric matrices satisfy
ST=S
Symmetric matrices are very common in engineering. For example, most statics deals with symmetric matrices, as does solid body dynamics, and a lot of the simpler fluid flows.Complex matrices for which AH=A are called ``Hermitian matrices.'' They are all over quantum mechanics.
Skew-symmetric matrices satisfy
KT= -K
Skew-symmetric matrices determine the velocity field in solid body motion, and other fields involving cross products.Example: the following is a skew symmetric matrix:
Diagonal matrices have only nonzero elements on the main diagonal:
Upper triangular matrices have only nonzero elements on and above the main diagonal:
Lower triangular matrices:
The transpose of an upper triangular matrix is a lower triangular one and vice-versa.