Distância Chebyshev
- Created by
- Renato Passos, Eng. de Software
- Reviewed by
- Renato Passos, Eng. de Software
Last updated: Apr 18, 2026
Formula
Chebyshev
About this calculator
The Chebyshev distance calculator calculates the distance between two points in a Cartesian plane, considering only the x-axis or y-axis as reference. This is done using the Chebyshev formula, which determines the largest of the absolute differences between the coordinates of the two points.
This distance is useful in geometry and game theory problems, where the distance between two points is measured according to specific game or problem rules. Additionally, the Chebyshev distance is used in search and sorting algorithms.
Here, you can calculate the Chebyshev distance between two points, entering only the x and y coordinates of the starting and ending points. Remember that this distance is a theoretical measure and may not correspond to the actual distance in certain cases.
Frequently asked questions
What is the Chebyshev distance?
The Chebyshev distance is a measure of distance between two points in a Cartesian plane, considering only the x-axis or y-axis as reference.
When to use the Chebyshev distance?
The Chebyshev distance is useful in geometry and game theory problems, where the distance between two points is measured according to specific game or problem rules.
How is the Chebyshev distance calculated?
The Chebyshev distance is calculated using the Chebyshev formula, which determines the largest of the absolute differences between the coordinates of the two points.
What is the Chebyshev formula?
The Chebyshev formula is a mathematical formula that determines the largest of the absolute differences between the coordinates of the two points.
Can I use the Chebyshev distance in real problems?
Yes, the Chebyshev distance can be used in real problems, especially in geometry and game theory problems.