How to find the distance using dot product from point $A$ to the line through $B$ and $C$?
The points are $A = (2, -6, 1)$, $B = (3, 4, -2)$ and $C = (7, -1, 5)$.
I have tried this method: $$d=\frac{||BC \times BA||}{||BC||}$$
Please tell me how to find the distance using dot product.