Table of distances between points

This online calculator builds a pairwise table of distances between points using the entered point coordinates.

Thus, by entering the coordinates of several points, you can see the distance between any two of them at the intersection of the corresponding row and column. The points are entered one per line, the coordinates are separated by spaces. The number of coordinates of all points must be the same (all points in the plane or all points in space).

The distance between points is calculated by Pythagoras' theorem (Euclidean distance):
For points p=(p_{1},\dots,p_{n}) and q=(q_{1},\dots,q_{n}) the Euclidean distance is defined as:

d(p,q)=\sqrt{(p_1-q_1)^2+(p_2-q_2)^2+\dots+(p_n-q_n)^2} = \sqrt{\sum_{k=1}^n (p_k-q_k)^2}.

PLANETCALC, Table of distances between points

Table of distances between points

Digits after the decimal point: 2
For accuracy control
 
The file is very large. Browser slowdown may occur during loading and creation.

URL copied to clipboard
PLANETCALC, Table of distances between points

Comments