MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Distance between to points in r^3

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41579] Re: Distance between to points in r^3
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 27 May 2003 05:25:28 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <bauv0f$m7$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

p1={3,4,5};
p2={6,7,8}

Sqrt[#.#] &[p1-p2]

??

Regards
  Jens


Ronny Mandal wrote:
> 
>  Hi.
> 
>  Assume that I've got to vectors  (3,4,5) and (6,7,8).How do I
>  calculate the distance between them?
> 
>  Thanks in advance.
> 
>  Ronny M


  • Prev by Date: Re: Re: Tricky differential equation
  • Next by Date: RE: Distance between to points in r^3
  • Previous by thread: Re: Distance between to points in r^3
  • Next by thread: RE: Distance between to points in r^3