Definition

  • With
  • Then is the Conjugate Transpose of

Computing Process

Ensure that you work with an Orthonormal Basis.

  1. Complex Conjugate all entries
  2. Matrix Transposition

Example

2 & 1 + i\\ i & 3 - i \end{array}\right]$$ We find $A^{*}$

A^{*} = \left[\begin{array}{cc} 2 & -i\ 1-i & 3+i\ \end{array}\right]

# Theorems - [[Conjugate Transpose of Itself is the Original Matrix]]