Program: Position Vector By: George Schafer Contact: george.lmfao@gmail.com, gls35@nau.edu This is a very simple program that creates a position vector from two points. I found that the process is tedious and prone to error by hand, so I created this program! It's fairly self-explanitory. I was surprised nobody has uploaded one yet. You input two positions (x1,y1,z1) and (x2,y2,z2) and it returns a vector and a magnitude. It also returns a unit vector. If you have any comments or suggestions, feel free to contact me. Documentation These are the components of the points: A: x1 B: y1 C: z1 D: x2 E: y2 F: z2 These are the components of the position vector: I: D-A J: E-B K: F-C This is the magnitude of the position vector: Z: