I have to show by example that two parallel planes intersect at the line on infinity.
To do that, I have chosen parallel planes $P$ and $Q$:
$P = (1, 1, 1, 1)^T$
$Q = (1, 1, 1, 2)^T$
My line $L$ can be calculated as $P Q^T - Q P^T$ which results in
$$ L = \begin{matrix} 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 1 \\ -1 & -1 & -1 & 0 \\ \end{matrix} $$
Sure, this is a Plücker matrix, but I would like to get a notation like $L = (0,0,0,1)$.
I couldn't find a way to do this. Am I doing something wrong here?
In each plan select a line. I assume you know how to do this. Make the selection so they are parallel. Attempt to find an intersection - this should result a solution in infinity - a division by zero.