prace
- 99
- 0
Hello,
I am trying to find the line of intersection between these two planes:
P_1 = x + 2y -9z = 7
P_2 = 2x - 3y + 17z = 0
I found the direction vector needed for the line of intersection between these two points by taking the cross product of the P_1 normal vector and the P_2 normal vector which gave me \vec{a} = <7,-35,-7>
Now all I need is a point somewhere along the direction of that vector. This is where I am stuck. Any help on finding this point would be awesome. Thanks!
~Peter
I am trying to find the line of intersection between these two planes:
P_1 = x + 2y -9z = 7
P_2 = 2x - 3y + 17z = 0
I found the direction vector needed for the line of intersection between these two points by taking the cross product of the P_1 normal vector and the P_2 normal vector which gave me \vec{a} = <7,-35,-7>
Now all I need is a point somewhere along the direction of that vector. This is where I am stuck. Any help on finding this point would be awesome. Thanks!
~Peter