- #1
shounakbhatta
- 288
- 1
Hello,
I was going through a article which states as follows:
If we had 2 real vectors like u & v, we would have calculated the length as
√u^2+v^2
but in case of a complex vector v = (1 + 2i)ˆi + (3 − 4i)
we calculate
as v.v= (1 + 2i)2 + (3 − 4i)2 = −10 − 20i
My question is why do we multiply v.v, why not using the sqrt.formula?
Thanks,
-- Shounak
I was going through a article which states as follows:
If we had 2 real vectors like u & v, we would have calculated the length as
√u^2+v^2
but in case of a complex vector v = (1 + 2i)ˆi + (3 − 4i)
we calculate
as v.v= (1 + 2i)2 + (3 − 4i)2 = −10 − 20i
My question is why do we multiply v.v, why not using the sqrt.formula?
Thanks,
-- Shounak