Content deleted Content added
→Basic remarks: Removed repetition Tags: Mobile edit Mobile web edit Advanced mobile edit |
Owen Reich (talk | contribs) Link suggestions feature: 2 links added. |
||
Line 55:
The conjugate transpose "adjoint" matrix <math>\mathbf{A}^\mathrm{H}</math> should not be confused with the [[adjugate]], <math>\operatorname{adj}(\mathbf{A})</math>, which is also sometimes called ''adjoint''.
The conjugate transpose can be motivated by noting that complex numbers can be usefully represented by <math>2 \times 2</math> real matrices, obeying [[matrix addition]] and multiplication:
<math display="block">a + ib \equiv \begin{bmatrix} a & -b \\ b & a \end{bmatrix}.</math>
Line 62:
Thus, an <math>m \times n</math> matrix of complex numbers could be well represented by a <math>2m \times 2n</math> matrix of real numbers. The conjugate transpose, therefore, arises very naturally as the result of simply transposing such a matrix—when viewed back again as an <math>n \times m</math> matrix made up of complex numbers.
For an explanation of the notation used here, we begin by representing complex numbers <math>e^{i\theta}</math> as the [[rotation matrix]], that is,
<math display="block">
e^{i\theta} = \begin{pmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix} = \cos \theta \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} + \sin \theta \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}.
|