I've not read vectors in math yet but I'm done with those in physics. I want to find out a line equation from a vector equation. Say I've 2 points in 3D space: Point A with coordinate $(a, b, c)$ and point B with coordinate $(d,e,f)$. I can write it as $a\hat{i} + b\hat{j} + c\hat{k}$.
Now for another point $(d, e, f)$, I write it: $d\hat{i} + e\hat{j} + f\hat{k}$. Now subtracting these 2 vectors would give me a resultant vector from one point to another. How to I get the line equation of that vector? i.e. in this case: $(a-d)\hat{i} + (b-e)\hat{j} + (c-f)\hat{k}$?
Hint: You can simply subtract the two vectors like $(a,b,c)-(d,e,f)$ to get what you have written.