Conjugate transpose: Difference between revisions

Content deleted Content added
Faekynn (talk | contribs)
m change A* to AH for the sake of consistent notation through the article
Line 35:
:<math>\boldsymbol{A}^\mathrm{T} = \begin{bmatrix} 1 & 1 + i \\ -2 - i & i \\ 5 & 4-2i\end{bmatrix}</math>
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>
 
==Basic remarks==