Euclidean distance matrix

In mathematics, a Euclidean distance matrix is an n×n matrix representing the spacing of a set of n points in Euclidean space. If A is a Euclidean distance matrix and the points x_1,x_2,\ldots,x_n are defined on m-dimensional space, then the elements of A are given by

\begin{array}{rll}
A & = & (a_{ij});
\\
a_{ij} & = & ||x_i - x_j||_2^2
\end{array}

where ||.||2 denotes the 2-norm on Rm.

Properties

Simply put, the element  a_{ij} describes the square of the distance between the i th and j th points in the set. By the properties of the 2-norm (or indeed, Euclidean distance in general), the matrix A has the following properties.

See also

References