We can do this by subtracting the coordinates of the points. Let's call the points A(0,1,1), B(1,0,1), and C(1,1,0). We can find the vectors AB and AC as follows:
\[ AB = OB - OA = (1,0,1) - (0,1,1) = (1,-1,0) \]
\[ AC = OC - OA = (1,1,0) - (0,1,1) = (1,0,-1) \]
Show more…