Determine if these two vectors are perpendicular. a=[1,4,8], b=[0,6,-3]

Start by determining dot product. a.b = 1x0 + 4x6 + 8*-3 = 0as a.b = |a||b|cos(theta)cos(theta) = 0therefore theta = 90 degTherefore vectors are perpendicular

PD

Related Further Mathematics A Level answers

All answers ▸

How do you calculate the cross product of two vectors?


Find the integrating factor of the following first order ODE: dx/dt = -2tx +t.


Given that abc = -37 + 36i; b = -2 + 3i; c = 1 + 2i, what is a?


z = 50 / (3+4i). What is z in a+bi form?