Prove that the line of intersection of the planes $7x-4y+7z+16=0$, $4x+3y-2z+3=0$ is coplanar with the line of intersection of the planes $x-3y+4z+6=0$, $x-y+z+1=0$.
I can prove it by first converting both lines into symmetric form $\frac{x-a}{l} = \frac{y-b}{m} = \frac{z-c}{n}$ and using the condition of being coplanar.
Or I can just convert one of the lines in this form and write the equation of a general plane through the other one, then find the one plane which is parallel to the other line. If that plane contains the other line, both the lines are coplanar.
But both these methods requires us to first convert the equations of the lines into symmetric form.
Is there any method which can directly manipulate these four equations and identify whether they represent coplanar lines?
Hint:
You also simply can check the matrix with the coefficients of the planes as rows $$\left[\begin{array}{rrrr} 7&-4&7&16\\ 4&3&-2&3\\ 1&-3&4&6\\ 1&-1&1&1 \end{array}\right]$$ has rank $<4$, i.e. its determinant is $0$.