Two planes:
4a - 6b + 8c = 3
-9a + 12b -3c = -10
What steps are there to calculate the equation of the line when the planes intersect?
Two planes:
4a - 6b + 8c = 3
-9a + 12b -3c = -10
What steps are there to calculate the equation of the line when the planes intersect?
Multiplying the second equation by $4$ and adding to the first one we get $$x=1+\frac{13}{10}y$$ defining $$y=10t$$ we get $$x=1+13t$$ and plugging this in one of the equation above we get $$z=t$$ so our line is given by $$[x,y,z]=1,0,0]+t[13,10,1]$$ where $t$ is a real number.