What is the Distance between points? known as the Euclidean / Pythagorean distance

Card Puncher Data Processing

About

In geometry (ie in coordinate space (Euclidean space)), a distance is the length of a line segment defined by two point.

Calculation

With the Pythagorean theorem, it can be calculated from the Cartesian coordinates of the points.

With two coordinates: <MATH> distance = \sqrt{(x_1 - x_2)² + (y_1 - y_2)² } </MATH>

With n coordinates: <MATH> distance = \sqrt{(x_1 - x_2)² + ... + (z_n - z_n)² } </MATH>





Discover More
Monet Femme Ombrelle 1886 Logo
Color Difference / Distance

How to calculate the color differences and/or a distance between two colors ?
Text Mining
What are models of text in NLP? (Natural Language, Text Modeling)

This page talks model creation for natural language text. ie how to store and represent text ? Let's say that you want to search in a list of documents, documents that are similar on 2 dimensions,...
Thomas Bayes
What is a Distance?

Distance is a numerical description of how far apart objects are. Same as: In most cases, “distance from A to B” is interchangeable with “distance between B and A”. In physics...



Share this page:
Follow us:
Task Runner