Jump to content

Euclidean distance matrix

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Maldavir (talk | contribs) at 00:28, 6 January 2009 (References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 are defined on m-dimensional space, then the elements of A are given by

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

Properties

Simply put, the element aij 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.

  • All elements on the diagonal of A are zero (i.e. is it a hollow matrix).
  • The trace of A is zero (by the above property).
  • A is symmetric (i.e. aij = aji).
  • aij1/2 is less than or equal to aik1/2 + akj1/2 (by the triangle inequality)

References

  • Jon Dattorro (2005). Convex Optimization and Euclidean Distance Geometry. Meboo. ISBN 0976401304.; chapter 4.
  • James E. Gentle (2007). Matrix Algebra: Theory, Computations, and Applications in Statistics. Springer-Verlag. p. 299. ISBN 0387708723.