#Complex numbers rules
23 messages · Page 1 of 1 (latest)
what are cosine and sine law?
the dot product for complex vectors is slightly different
for real-valued vectors it's $$v \cdot w = \sum_i v_i w_i$$
siema! (he/him)
but for complex-valued vectors it's $$v \cdot w = \sum_i \overline{v_i} w_i$$
siema! (he/him)
so you have to take some complex conjugates
this ensures that (v \cdot v) is equal to (|v|^2)
siema! (he/him)
are you plotting the real numbers on the x axis and the imaginary numbers on the y axis?
Yeah
Then yeah everything that works in R^2 works in C as well
the pythagorean theorem still works