Is it possible to add or multiply planes?
For example if I have $x+y+z=0$ in $\mathbb{R}^3$, is it possible to do something like the following? $${(x+y+z=0)+(x+y+z=0)}={(2x+2y+2z=0+0)}$$ $${(x+y+z=0)\cdot(x+y+z=0)}={(x^2+y^2+z^2+2(xy+xz+yz)=0\cdot0)}$$
Please excuse my (probably) dreadful notation - I wasn't sure how to represent this concept.
Any feedback is greatly appreciated.
Yes you can do those operations. As you have already noticed, planes can be represented by equations and naturally, you can add or subtract or multiply the equations to each other.
For example, we can use addition/subtraction of two plane equations while finding the intersection of those planes (in this case, the planes are the same but assume planes are different).