I'm given a number of points (in this case 7) and need to calculate the minimum distance between two parallel planes which "sandwich" or encompass all of the given points. The goal is to calculate flatness of the specimen.
I'm not even sure how to approach this...
Hint: Compute the Hessian Normalform of the plane,given by $$\frac{ax+by+cz+d}{\pm\sqrt{a^2+b^2+c^2}}=0$$