Log in

View Full Version : Vectors


Brilliantaakash
Jul 12, 2014, 10:06 PM
How to find that three vectors are collinear or not?

ebaines
Jul 14, 2014, 03:58 AM
Set up and evaluate the determinant using their i, j and k componets, and if the determinant = 0 the vectors are co-linear (i.e., not linearly independent).