So I have two parallel vectors, I'll just call them a<1,2,3> and b<2,4,6>.
How do I find the equation of the plane that contains these 2 parallel lines?
You cant axb because the cross product is 0 (|| lines), so I can't find an "n" normal vector.
Maybe Im looking too deeply into the problem?
How do I find the equation of the plane that contains these 2 parallel lines?
You cant axb because the cross product is 0 (|| lines), so I can't find an "n" normal vector.
Maybe Im looking too deeply into the problem?