The Chebyshev distance is equal to:
This is beacuse if p goes to infinity, the distance between the most distant points will overcome all the other points, and so if we take the p-th root of the result, we’ll arrive back at that distance.
1 min read
The Chebyshev distance is equal to:
p→∞lim(i=1∑d(xi−yi)p)p1=max{∣x1−y1∣,…,∣xd−yd∣}This is beacuse if p goes to infinity, the distance between the most distant points will overcome all the other points, and so if we take the p-th root of the result, we’ll arrive back at that distance.