A square matrix with complex entries is said to be skew hermitian if its conjugate transpose is the negative of the original matrix.
or,"A=-A^H" where "{\\displaystyle A^{\\textsf {H}}}" denotes the conjugate transpose of the matrix "{\\displaystyle A}" .
Example:
"\\begin{bmatrix}\n i & 1+i \\\\\n -1+i & 3i\n\\end{bmatrix}" as "A_{ij}=-\\overline{A_{ji}}"
A square matrix with real numbers or elements is said to be an orthogonal matrix, if its transpose is equal to its inverse matrix or we can say, when the product of a square matrix and its transpose gives an identity matrix, then the square matrix is known as orthogonal matrix.
or,"AA^{T}=I" where "A" is a square matrix and "I" is identity matrix of same order.
Example "-" "\\begin{bmatrix}\n cos Z & sin Z \\\\\n -sinZ & cosZ\n\\end{bmatrix}"
The determinant of a orthogonal matrix is "+1" or "-1" .
A unitary matrix is a matrix whose inverse equals it conjugate transpose. Unitary matrices are the complex analog of real orthogonal matrices.
OR, A Unitary Matrix is a form of a complex square matrix in which its conjugate transpose is also its inverse. This means that a matrix is flipped over its diagonal row and the conjugate of its inverse is calculated. If the resulting output, called the conjugate transpose is equal to the inverse of the initial matrix, then it is unitary.
Properties.
Example.
"\\begin{bmatrix}\n 1+i & 1-i \\\\\n 1-i & 1+i\n\\end{bmatrix}"
Comments
Leave a comment