Sphere packings

Return to the main page.


Software
We used Bertini to solve a sphere packing problem consisting of 12 spheres. We first consider a problem based on 8 spheres and then use intersection to solve the 12 sphere problem.
8 spheres
We can solve the subproblem of 8 spheres directly using the regenerative cascade algorithm via input.
We also solve this by starting with 4 spheres and adding one sphere at a time using the following files.
12 spheres
We now build from the 8 spheres to solve the 12 sphere problem using input.

Return to the main page.