+
+ Consider two vectors \vec u =\left[\begin{array}{c} 1 \\ 3 \\ 4 \\ -4 \end{array}\right] and \vec v = \left[\begin{array}{c} -1 \\ -3 \\ -4 \\ 4 \end{array}\right].
+
+ Use dot product to determine ||\vec u|| and ||\vec v||.
+ Using dot product, find the distance between \vec u and \vec v .
+ Find the angle between \vec u and \vec v.
+
+