Chebyshev distance
Encyclopedia : C : CH : CHE : Chebyshev distance
In mathematics, the Chebyshev distance, also known as chessboard distance, between two points p and q in Euclidean space with standard coordinates pi and qi respectively is
- [D_ = \max_i(|p_i - q_i|) = \lim_ \bigg( \sum_^n \left| p_i - q_i \right|^k \bigg)^].
In two dimensions, i.e. plane geometry, if the points p and q have Cartesian coordinates [(x_1,y_1)] and [(x_2,y_2)], this becomes
- [D_ = \max \left ( \left | x_2 - x_1 \right | , \left | y_2 - y_1 \right | \right ) .]
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
