I want to find for which values of M vectors$A(m-4,2,2m-12),B(2,m-12,2)$ are orthogonal.
what I did is to do $A*B=0$ and the result was $m=7$ then I inserted $7$ and tried to check if they are orthogonal but it didnt gave me $0.$
there is something wrong with the way I did it?
Thanks!
my calculations:
$A*B = 2m-8+2m-24+4m-24=0 \rightarrow 8m=56 \rightarrow m=7$