Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 646509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:37:10+00:00 2026-05-13T21:37:10+00:00

Given N points in a 3D space, how to find the smallest sphere that

  • 0

Given N points in a 3D space, how to find the smallest sphere that contains these N points?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:37:11+00:00Added an answer on May 13, 2026 at 9:37 pm

    This problem is called minimal enclosing ball problem. (google this term to find tutorials and papers on it).

    Here’s one implementation: http://www.inf.ethz.ch/personal/gaertner/miniball.html in c++.

    Its 2d case (find a circle to enclose all points in a plane) is a classic example taught in computational geometry course. 3D is just a simple extension to the 2D case.

    One algorithm for this problem is incremental style. You start with 4 points and they fix a sphere, and when you add 5-th point, there are two cases:

    1. the point is in the sphere. no need to update.

    2. outside the point. In this case, you need to update your sphere. Then a non-trivial property is that this new point must be on your new sphere!

    Based on the above observation, your problem gets smaller. Read section 4.7 of this book. It is also available on google book.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to find points that are closest in space in X and
Given two points in 3D space, A and B, I get a line segment
Given an arbitrary sequence of points in space, how would you produce a smooth
Is there an algorithm that will, if given two nodes on a graph, find
Given a set of points p , I would like to find a point
Problem: Given a list of spheres, find all empty spaces that are completely enclosed
What is the best way to check if a given url points to a
When reading a post some points were given without example : To implement IEnumerable
Given a succession of points describing a polygon, is there some easy way of
given a matrix of distances between points is there an algorithm for determining a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.