Content deleted Content added
→top: Remark that for real matrices A^H = |
|||
Line 35:
:<math>\boldsymbol{A} = \begin{bmatrix} 1 & -2 - i & 5 \\ 1 + i & i & 4-2i \end{bmatrix}</math>
We first transpose the matrix:
:<math>\boldsymbol{A}^\
Then we conjugate every entry of the matrix:
:<math>\boldsymbol{A}^\mathrm{H} = \begin{bmatrix} 1 & 1 - i \\ -2 + i & -i \\ 5 & 4+2i\end{bmatrix}</math>
|