Conjugate transpose: Difference between revisions

Content deleted Content added
A* is not used in this article. The "(in this article)" part is only confusing.
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==