Given the following vector; <2/5*sqrt(2), 2i/5*sqrt(2), -0.5, -i/2> normalize the vector.
multiply each component by its complex conjugate, sum the result, and take the square root. You will have a positive real number.
divide the whole thing by that resulting real number (the magnitude) to normalize the vector
What do you mean by their complex conjugate.
any complex number can be written\[z=a+bi\]and has complex conjugate\[z^*=a-bi\]notice that the product \[zz^*=a^2+b^2\in\mathbb R\]so the result is always rel
real*
Can you give example of a set of another vector and point out their conjugate
say we had\[z=\langle5,2+3i,-\sqrt2 i\rangle\]then the complex conjugate (or Hermitian conjugate) is\[z^*=\begin{bmatrix}5\\2-3i\\\sqrt2i\end{bmatrix}\]
the sign on the imaginary part flips, and we take the transpose of the matrix so we can take the product and get a real number
Join our real-time social learning platform and learn together with your friends!