Calculate in parametric form and describe how the planes intersect
Where:
P1 = x-3y+5z=6
P2 = 2x-7y+9z=2
My attempt
Put planes in matrix form:
1, -3, 5, 6
2, -7, 9, 2
Find Echelon Form
1, -3, 5, 6
0, -1, -1, -10
Z = free variable = a
So:
-y-z=-10
y = 10 -...