Evaluate $n = <4, 1, -2> \times <0, 1, 2>$
Using the matrix method I got:
$n = \begin{vmatrix}i&j&k\\4&1&-2\\0&1&2\end{vmatrix} $
But this gives me $<4, 8, 4>$ instead of $<4, -8, 4>$ using the cofactor evaluation method?
Evaluate $n = <4, 1, -2> \times <0, 1, 2>$
Using the matrix method I got:
$n = \begin{vmatrix}i&j&k\\4&1&-2\\0&1&2\end{vmatrix} $
But this gives me $<4, 8, 4>$ instead of $<4, -8, 4>$ using the cofactor evaluation method?
You've input the third row as $(0,1,-2)$, when it should be $(0,1,2)$.