Skip to content
Sahithyan's S1
Sahithyan's S1 — Mathematics

More Types of Matrices

Symmetric matrix

If A=ATA=A^{T}. Subset of square matrices.

Skew Symmetric matrix

If A=ATA=-A^{T}. Subset of square matrices. All elements in main diagonal are 00.

Complex conjucate of a matrix

Suppose A=(aij)n×nA=(\,a_{\text{ij}}\,)_{n\times n}. Complex conjucate matrix of AA is:

A*=AT=(aji)n×nA^{\text{*}} = \overline{A^{T}} = (\,\overline{a_{\text{ji}}}\,)_{n\times n}

Hermitian matrix

A square matrix AA is said to be a Hermitian matrix iff A=ATA=\overline{A^{T}}.

Skew Hermitian matrix

A square matrix AA is said to be a Hermitian matrix iff A=ATA=-\overline{A^{T}}.