If you are given the coordinates of three points in $\mathbb{R^4}$. (Call these three points: A, B and C). How do we know whether these three points lie on a straight line or not?
One way I can think about it is to find the coordinates of the two vectors: $AB$ and $AC$ and see whether they are a constant multiple of each other. If I can show that they are constant multiple of each other, then lie on the same straight line; Otherwise, they don't lie on the same straight line.
Is there any other way to do this problem? Thanks!
I'd parametrize the straight line passing between two of them and see if it passes through the third:
Consider $\gamma(t) = tA + (1-t)B$. The you want to see if there exists a $t_0\in\mathbb{R}$ such that $\gamma(t_0) = C$.