- #1
mynameisfunk
- 125
- 0
OK, for metric spaces there are apparently 3 different possibilities for the distance function in M where M is the usual Euclidean Plane:
(A) D(u,v) = sqrt((x1-x2)2 + (y1-y2)2)
(B) D(u,v) = max(|x1-x2|,|y1-y2|)
(C) D(u,v) = |x1-x2| + |y1-y2|
which somehow correspond to the picture I have attached.
A corresponds to the circle, B to the square and C to the diamond(this is supposed to be a square diamond but i created the image in paint, sorry)
Now, I understand (A) but I cannot seem to understand why (B) and (C) end up looking this way. and to be honest, I don't understand B and C at all.
(A) D(u,v) = sqrt((x1-x2)2 + (y1-y2)2)
(B) D(u,v) = max(|x1-x2|,|y1-y2|)
(C) D(u,v) = |x1-x2| + |y1-y2|
which somehow correspond to the picture I have attached.
A corresponds to the circle, B to the square and C to the diamond(this is supposed to be a square diamond but i created the image in paint, sorry)
Now, I understand (A) but I cannot seem to understand why (B) and (C) end up looking this way. and to be honest, I don't understand B and C at all.
Attachments
Last edited: