I am having trouble finding the intersection line between two planes:
$\prod_1 :x - y - z = 1$
and
$\prod_2 :2x-y=3$
I have managed to find the vector of intersection between these two planes by calculating the cross product between planes normals which equals to: $(-1,-2,1)$
Could someone please give me a hint or a hand of how to calculate a point that lies in both these planes? Since $\prod_2$ doesn't have any z coordinate it makes me confused on what to do next.