We know we can check if two vectors are 'orthogonal' by doing an inner product.
a∗b=0
tells us that these two vectors are orthogonal
here comes the question:
if there a way to compute if they are 'parallel'? i.e., they are pointing at the same direction.