distances between n points

From: Abi (abi_kREMSPAM_at_myrealbox.com)
Date: 01/14/04

  • Next message: Thomas Richter: "Re: Little 4line code RNG."
    Date: Wed, 14 Jan 2004 17:38:58 +0530
    
    

    Here is an interesting question that I came across
    given N points on a two dimensional plane, one can define a distance
    matrix A = [a ] of order N x N such that a is the distance between
                 ij ij
    the point i, and j.

    The question is given this matrix can a set of points be given that
    will satisfy the given distance matrix in an efficient manner?

    abi


  • Next message: Thomas Richter: "Re: Little 4line code RNG."

    Relevant Pages

    • Re: distances between n points
      ... Abi wrote in message ... > given N points on a two dimensional plane, one can define a distance ... If the points lie in an m-dimensional space ...
      (comp.theory)
    • Re: distances between n points
      ... > given N points on a two dimensional plane, one can define a distance ... > will satisfy the given distance matrix in an efficient manner? ... and repeat until i = N. ...
      (comp.theory)