home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / math / 17289 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  631 b 

  1. Path: sparky!uunet!portal!cup.portal.com!Van
  2. From: Van@cup.portal.com (Sylvan Van Jacques)
  3. Newsgroups: sci.math
  4. Subject: Re: help with vectors
  5. Message-ID: <72156@cup.portal.com>
  6. Date: Mon, 21 Dec 92 19:07:03 PST
  7. Organization: The Portal System (TM)
  8. References:  <102809@netnews.upenn.edu>
  9. Lines: 11
  10.  
  11. If i,j, and k are the unit vectors along the 3 axes, and t is some
  12. parameter, call the first vector r1 and the 2nd r2.
  13.  
  14. Then find r3 = r1 - r2 by subtracting the components.
  15.  
  16. Let r3(i), i = 1,2,3 be the 3 components of r3. The distance between the
  17. vectors r1 and r2 is
  18.  
  19.  d = sqrt[r3(1)^2 + r3(2)^2 + r3(3)^2]
  20.  
  21.  van@cup.portal.com
  22.