The dot product of two vectors \(\mathbf{u} = [u_1, u_2, u_3]\) and \(\mathbf{v} = [v_1, v_2, v_3]\) is calculated as \(u_1*v_1 + u_2*v_2 + u_3*v_3\).
So, let's calculate the dot product of \(\mathbf{u}\) and \(\mathbf{v}\):
\(\mathbf{u} \cdot \mathbf{v} = 12*2
Show more…