If you have two different planes, they will either be parallel or intersect along a line. The parametric equation for the line can be found by using a point on the line and a directional vector. You can find the directional vector by taking the cross product of the normal vectors to the planes:
This recipe will help you find the line:
Rule
Example 1
You have two planes
Find the line of intersection between the planes.