If you have a vector line m with equation $r = i + j + 2k + s( 3i + j - k)$ how do you find the normal?
If you presume that normal is $n = ( n i + o j + p k )$ then
$$3n + o -p = 0 $$
but this leaves you with too many options $\left \lbrace (0,0,0), (1,0,3), (0,1,1), ....\right \rbrace$ is it possible to find the normal?
(This is asked in relation to when I am trying to find the equation of a plane and have a line m and a point A, if I can find the normal to line $m$ I can use $n \cdot a=n \cdot r.$)