Let the vectors be ( mathbf{a} = langle a_1, a_2, a_3 rangle ) and ( mathbf{b} = langle b_1, b_2, b_3 rangle )
Write the determinant
( mathbf{a} times mathbf{b} = begin{vmatrix} mathbf{i} & mathbf{j} & mathbf{k} \ a_1 & a_2 & a_3 \ b_1 & b_2 & b_3 end{vmatrix} )
Expand the determinant
( mathbf{a} times mathbf{b} = mathbf{i}(a_2 b_3 – a_3 b_2) – mathbf{j}(a_1 b_3 – a_3 b_1) + mathbf{k}(a_1 b_2 – a_2 b_1) )
Write the result as a vector
( mathbf{a} times mathbf{b} = langle a_2 b_3 – a_3 b_2,; a_3 b_1 – a_1 b_3,; a_1 b_2 – a_2 b_1 rangle )
