- #1
artkingjw
- 8
- 0
the way to find out if a vector is perpendicular to a plane
the usual way is to find the normal to the plane, then find the cross product of the normal with the vector you are given. if it is 0 then perpendicular, else it is not correct?
what i want to know is, can you also, put the the plane and vector into a matrix, and solve for the constants? if no solution exists, the vector does not intersect the plane thus is parallel? i have a feeling I'm wrong...
the usual way is to find the normal to the plane, then find the cross product of the normal with the vector you are given. if it is 0 then perpendicular, else it is not correct?
what i want to know is, can you also, put the the plane and vector into a matrix, and solve for the constants? if no solution exists, the vector does not intersect the plane thus is parallel? i have a feeling I'm wrong...