- #1
DocZaius
- 365
- 11
I have a vector (1,i) and need to normalize it. I am being told that the answer is 1/(sqrt(2)) (1,i) but it seems clear to me that the vector's length is 0 and thus can't be normalized. What am i missing?