The matrix A is skew-hermitian if it satisfies the relation
A skew-hermitian ⟺ AH=−A
where AHdenotes the conjugate transpose of the matrix A. In component form, this means that
A skew-hermitian ⟺ aij=−aji
for all indices i and j , where aij is the element in the jth row and ith column of A , and the overline denotes complex conjugation.
Therefore, to show that given matrix A is skew-hermitian, you should show that AH=−A.
A=⎣⎡05−i2+3i−5−i−3i6−2+3i−66i⎦⎤
Determine −A.
−A=⎣⎡0−5+i−2−3i5+i3i−62−3i6−6i⎦⎤
This equals complex conjugation:
=⎣⎡0−5−i−2+3i5−i−3i−62+3i66i⎦⎤
It equals the transposed matrix:
=⎣⎡05−i2+3i−5−i−3i6−2+3i−66i⎦⎤T=AH
Thus, the matrix A is skew-hermitian.
Use information from Wikipedia: https://en.wikipedia.org/wiki/Skew-Hermitian_matrix
Comments