Content deleted Content added
→Basic remarks: brought back the missing i in the formula |
No edit summary |
||
Line 68:
<math>
e^{i\theta} = \begin{pmatrix} \cos \theta & -\sin \theta \\
</math>
Line 77:
<math>
1 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \quad i = \begin{pmatrix} 0 & -1 \\
</math>
A general complex number <math>z=x+iy</math> is then represented as
<math>
z = \begin{pmatrix} x & -y \\
</math>
The complex conjugate operation, where i→−i, is seen to be just the matrix transpose.
|