Hello,, how do you find 3 planes(p1,p2,p3) given a point of intersection (2,3,4,)? Thanks!
Printable View
Hello,, how do you find 3 planes(p1,p2,p3) given a point of intersection (2,3,4,)? Thanks!
One elementary example is simply the $\displaystyle yz, xz, xy$ planes (they all intersect at the point $\displaystyle (0,0,0)$), and their respective equations are $\displaystyle x=0,y=0,z=0$.
Three planes that intersect at any point $\displaystyle (a,b,c)$ are $\displaystyle x=a,y=b,x=c$. Three planes that intersect at $\displaystyle (2,3,4)$ are $\displaystyle x=2,y=3,z=4$.
And how does one get the implicit form (Hessian form) of the planes?