by Guest » Sun Aug 01, 2021 4:10 pm
For example, the line segement from (0,0) to (1, 1) has two end points. There is no distinction between them.
But the vector from (0,0) to (1, 1) has "starting point" (or "tail") at (0, 0) and "end point" (or "head") at (1, 1). There is a distinction.
More abstractly (and more importantly), the vector "from (0, 0) to (1, 1)" is considered exactly the same as the vector "from (100, 100) to (101, 101)" or "from (-350, -350) to (-349, -349)". More accurately those are all "representives" of the same vector which is really the "equivalence class" of such thing.