How to check if these vectors are normal or orthogonal?

$\begingroup$

If we have number of vectors. $a = (1, 0, 2, 0)$ $b = (-2, 1, 0, -1)$ $c = (-1, 1, 2, -1)$

How to check if they are normal, or orthogonal vectors?

$\endgroup$ 12

1 Answer

$\begingroup$

Dot Product and Orthogonal Vectors:

Vectors $\vec {a}$ and $\vec{b}$ are orthogonal (or perpendicular) to each other if, $\vec{a} \cdot \vec{b} = 0$.

Further Notes:

(Dot Product)

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like