If #A = <2 ,3 ,-4 >#, #B = <6 ,1 ,2 ># and #C=A-B#, what is the angle between A and C?
1 Answer
Jan 3, 2016
Explanation:
Now to find the angle
#AxxC=||A|| * ||C|| * sin theta# #A*B=||A||*||B||*cos theta#
Since it is quicker to evaluate a Euclidean inner product as opposed to a vector cross product, I shall solve this problem using the latter theorem.