Give an example of each case, giving equations of planes in $\mathbb{R}^3$:
- Three planes with a common line of intersection
- Intersection by pair, but without common intersection
- Intersection at a single point
Outline of my solution:
- System of equations with one free variable (start with a matrix with a line equal to zero and "reverse reduce").
- I have no idea, I only know the system should be inconsistent, but being inconsistent may mean many different configurations.
- System with unique solution (start with identity matrix and "reverse reduce")
Is there a better method to generate the examples than the one I suggest? How could I assure the intersection by pairs in no. 2?
We have not yet studied cross product, only linear systems of equations and dot product. It's the beginning of a linear algebra course.