Calculating Distance on a 3D Complex Eisenstein Lattice

  • Thread starter Thread starter GmL
  • Start date Start date
  • Tags Tags
    Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 44K views
GmL
Messages
13
Reaction score
0
Hi, all.

I am interested in finding the distance between two vectors in a 3-dimensional complex Eisenstein lattice.

Is it simply an extension of finding the Euclidean distance between two real vectors?

i.e. D=sqrt((x2-x1)^2+(y2-y1)^2+...+(n2-n1)^2)?

Thanks.
 
Physics news on Phys.org
Thats the formula for magnitude of a vector. You got to tell me how they are oriented.

If you want to find distance between two paralle vectors, find the cross product of the two vectors which will give you a normal vector, pick points from each vector and make another vector from those points, then find the projection of the the new vector on to the normal vector. Get the magnitude of that projection. You have a distance between two parallel vectors, or any vectors that do not intersect. If they intersect the distance is zero because you have to pick the shortest distance, which is where they intersect, which has zero distance because they intersect.
 
I didn't quite mean the distance between two parallel vectors. I meant to say that the vectors denote a position in the real-complex plane (in three dimensions and given in terms of Eisenstein Integers). I know how to derive the distance between two vectors, but that does not help in this case.
 
The Euclidian distance between x = (x1, ..., xm) and y = (y1, ... , ym) in Rm is defined to be || x - y || = square root ( (x1 - y1)^2 + ... + (xm - ym)^2 )

hope you're still interested in that :)
 
can you please tell more specificly about the points you mentioned.how to take the points and to draw the vector from that point.
please help me i am interested to find distance between two points