Enter four points in 3D space (decimal values allowed). The calculator finds the unique sphere passing through them using Cramer's Rule as long as the four points are not coplanar.
Enter four non coplanar points in 3D space (decimal values allowed).
The general sphere equation is: \[ x^2 + y^2 + z^2 + Ax + By + Cz + D = 0 \] For each point \((x_i,y_i,z_i)\) we have: \[ A x_i + B y_i + C z_i + D = -(x_i^2+y_i^2+z_i^2) \]
Using Cramer's rule, we solve the 4×4 linear system for A, B, C, D.