
Originally Posted by
purplerain
Find parametric equations of the line of intersection of the two planes
-8 x - 2 y + 3 z = 9
and
5 x + 4 y + 2 z = -8
Assign your direction vector, as a Maple list, to the name DirectionVector. Use t as the parameter along the line and assign the equations of the line to the list EquationsOfLine in the form [x=.... , y = ..... , z = ....] .
DirectionVector :=
EquationsOfLine :=
How do i start this? Should i take the cross product and then use the results as the answer, or should i solve for one equation and substitute into the other?