Share on Facebook Share on Twitter Email
Answers.com

Chebyshev distance

 
Wikipedia: Chebyshev distance
Chess zhor 22.png
Chess zver 22.png a8 x5 b8 x4 c8 x3 d8 x2 e8 x2 f8 x2 g8 x2 h8 x2 Chess zver 22.png
a7 x5 b7 x4 c7 x3 d7 x2 e7 x1 f7 x1 g7 x1 h7 x2
a6 x5 b6 x4 c6 x3 d6 x2 e6 x1 f6 kl g6 x1 h6 x2
a5 x5 b5 x4 c5 x3 d5 x2 e5 x1 f5 x1 g5 x1 h5 x2
a4 x5 b4 x4 c4 x3 d4 x2 e4 x2 f4 x2 g4 x2 h4 x2
a3 x5 b3 x4 c3 x3 d3 x3 e3 x3 f3 x3 g3 x3 h3 x3
a2 x5 b2 x4 c2 x4 d2 x4 e2 x4 f2 x4 g2 x4 h2 x4
a1 x5 b1 x5 c1 x5 d1 x5 e1 x5 f1 x5 g1 x5 h1 x5
Chess zhor 22.png
The Chebyshev distance between two spaces on a chess board happens to give the minimum number of moves a king requires to move between them. This is because a king can move diagonally, so that the jumps to cover the smaller distance parallel to a rank or column is effectively absorbed into the jumps covering the larger. Above are the Chebyshev distances of each square from the square f6.

In mathematics, Chebyshev distance (or Tchebychev distance), or L metric[1] is a metric defined on a vector space where the distance between two vectors is the greatest of their differences along any coordinate dimension.[2] It is named after Pafnuty Chebyshev. It is also known as chessboard distance, since in the game of chess the minimum number of moves needed by a king to go from one square on a chessboard to another equals the Chebyshev distance between the centers of the squares, if the squares have side length one, as represented in 2-D spatial coordinates with axes aligned to the edges of the board.[3]

Contents

Definition

The Chebyshev distance between two vectors or points p and q, with standard coordinates pi and qi, respectively, is

D_{\rm Chebyshev}(p,q) := \max_i(|p_i - q_i|).\

This equals the limit of the Lp metrics:

\lim_{k \to \infty} \bigg( \sum_{i=1}^k \left| p_i - q_i \right|^k \bigg)^{1/k},

hence it is also known as the L metric.

Mathematically, the Chebyshev distance is a metric induced by the supremum norm or uniform norm. It is an example of an injective metric.

In two dimensions, i.e. plane geometry, if the points p and q have Cartesian coordinates (x1,y1) and (x2,y2), their Chebyshev distance is

D_{\rm Chess} = \max \left ( \left | x_2 - x_1 \right | , \left | y_2 - y_1 \right | \right ) .

Under this metric, a circle of radius r, which is the set of points with Chebyshev distance r from a center point, is a square whose sides have the length 2r and are parallel to the coordinate axes.

On a chess board, where one is using a discrete Chebyshev distance, rather than a continuous one, the circle of radius r is a square of side lengths 2r, measuring from the centers of squares, and thus each side contains 2r+1 squares; for example, the circle of radius 1 on a chess board is a 3×3 square.

Properties

In one dimension, all Lp metrics are equal – they are just the absolute value of the difference.

The two dimensional Manhattan distance also has circles in the form of squares, with sides of length √2r, oriented at an angle of π/4 (45°) to the coordinate axes, so the planar Chebyshev distance can be viewed as equivalent by rotation and scaling to the planar Manhattan distance.

However, this equivalence between L1 and L metrics does not generalize to higher dimensions. A sphere formed using the Chebyshev distance as a metric is a cube with each face perpendicular to one of the coordinate axes, but a sphere formed using Manhattan distance is an octahedron: these are dual polyhedra, but among cubes, only the square (and 1-dimensional line) are self-dual polyhedra.

The Chebyshev distance is sometimes used in warehouse logistics.[4]

On a grid (such as a chessboard), the points at a Chebyshev distance of 1 of a point are the Moore neighborhood of that point.

See also

References

  1. ^ Cyrus. D. Cantrell (2000). Modern Mathematical Methods for Physicists and Engineers. Cambridge University Press. ISBN 0521598273. 
  2. ^ James M. Abello, Panos M. Pardalos, and Mauricio G. C. Resende (editors) (2002). Handbook of Massive Data Sets. Springer. ISBN 1402004893. 
  3. ^ David M. J. Tax, Robert Duin, and Dick De Ridder (2004). Classification, Parameter Estimation and State Estimation: An Engineering Approach Using MATLAB. John Wiley and Sons. ISBN 0470090138. 
  4. ^ André Langevin and Diane Riopel (2005). Logistics Systems. Springer. ISBN 0387249710. http://books.google.com/books?id=9I8HvNfSsk4C&pg=PA96&dq=Chebyshev+distance++warehouse+logistics&ei=LJXFSLn7FIi8tAOB_8jXDA&sig=ACfU3U27UgodD209FOO7fzTysZFyPJxejw. 

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Chebyshev distance" Read more