how to find if 3 vectors are coplanar?
the angle between them must be 0 or Cos(theta)=1
Another approach would be to test if they are linearly independent. If they are not, then they are coplanar.
Test if they are linearly independent
how?
If 3 vectors are co-planar they must be linearly dependent.
is there any easier way without using s and t and making 3 equations
Using matrices is pretty easy.
is to place the three vectors into a 3x3 matrix and find the determinant. If the determinant is non-zero then the vectors are linearly independent
if you are familiar with the process from linear algebra that is.
sorry dependent Typo mistake
romoore93: I'd rather just look at the null-space than find the determinant, but different strokes..
true
If you put the 3 vectors in a matrix A, and find the solutions to \[A\vec{x} = 0\] If you only have the trivial solution then they are not co-planar.
Join our real-time social learning platform and learn together with your friends!