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 ▸

Are we able to represent linear matrix transformations with complex numbers?


The plane Π contains the points (1, 2, 3), (0, 1, 2) and (2, 3, 0). What is the vector equation of the plane? and what is the cartesian equation of the plane?


Solve this equation: x^2 + 2x + 2


Why does e^ix = cos(x) + isin(x)