Build hyperplanes, evaluate positions, and inspect every coefficient. Switch dimensions smoothly for deeper geometric understanding. Plot results, download reports, and verify calculations with confidence.
For a normal vector n = (a1, a2, …, an) and a point p = (p1, p2, …, pn), the hyperplane is:
The expanded equation becomes:
The signed distance from a test point t to the hyperplane is:
The orthogonal projection of the test point onto the hyperplane is:
| Dimension | Normal Vector | Point on Hyperplane | Test Point | Expanded Equation | Signed Distance |
|---|---|---|---|---|---|
| 3 | (2, -3, 4) | (1, 2, -1) | (3, 0, 2) | 2x1 - 3x2 + 4x3 + 8 = 0 | 4.0853 |
A hyperplane is a flat geometric set in higher dimensions. In two dimensions it is a line, and in three dimensions it is a plane.
The normal vector gives the direction perpendicular to the hyperplane. Its components also become the main coefficients in the expanded equation.
The point anchors the hyperplane in space. Without a point, the normal vector only tells orientation, not location.
The constant term shifts the hyperplane so it passes through the chosen point. It is computed as the negative dot product of the normal vector and point.
Signed distance measures how far the test point is from the hyperplane. Its sign also tells which side of the hyperplane the point lies on.
Yes. The equation, distance, projection, and intercept calculations work in higher dimensions. The graph becomes a summary chart because direct plotting is not possible above three dimensions.
An intercept for a coordinate is unavailable when its coefficient is zero. In that case, the hyperplane does not cross that axis in the simple intercept form.
A zero normal vector cannot define a hyperplane. The calculator blocks this case and asks for at least one nonzero coefficient.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.