Use two methods to determine a unit vector perpendicular to both (2,1,-3) and (-1, 7, 4)
Using Cross Product:
Let v be a perpendicular vector to the given vectors
v = a*b
= (2,1,-3)(-1,7,4)
=((1)(4)-(7)(-3), (-3)(-1)-(4)(2), (2)(7)-(-1)(1))
=(4+21, 3-8, 14+1)
=(25, -5, 15)
= (5, -1...