Give an example, with justification, of a
skew-Hermitian operator on C2.
Let there be a matrix A
A = "\\begin{bmatrix}\n i &1-i & 2\\\\\n -1-i & 3i & i\\\\\n-2& i & 0\n\\end{bmatrix}"
Now A is skew Hermitian only if
( A* )T = - A
Now we take the Conjugate of A and that is given as
A* = "\\begin{bmatrix}\n -i & 1+i& 2\\\\\n -1+i & -3i & -i\\\\\n-2&-i&0\n\\end{bmatrix}"
On taking the transpose of above we have
( A* )T = "\\begin{bmatrix}\n -i & -1+i & -2\\\\\n 1+i &-3i & -i\\\\\n2&-i&0\n\\end{bmatrix}"
Now,
- A = "\\begin{bmatrix}\n -i & -1+i & -2\\\\\n 1+i &-3i & -i\\\\\n2&-i&0\n\\end{bmatrix}"
On comparing ( A* )T and - A we see that
( A* )T = - A
Hence, A is a skew Hermitian matrix.
Comments
Leave a comment