Find the parametric eq of the line through points $(1,3, -4)$ and $(3,2,1)$.
Constructing a vector, we get, $[3-1, 2-3, 1+4] = [2, -1, 5]$ (point on line)
Let $r$ represent a point on the line $l$.
Then,
$r = [2, -1, 5] + t[1,3,-4]$
or
$r = [2, -1, 5] + t[3,2,1]$
Which can I choose as my parallel vector in this case?