Problem 60924. Largest Small n-Polygons or Biggest Little Polygon

Largest Small n-Polygons or Biggest Little Polygon for a number n is the polygon that has diameter one and that has the largest area among all diameter-one n-gons. (from Wikipedia, MathWorld)
In the case n = 6, the polygon is called Graham's Biggest Little Hexagon.
For a given input n, output the set X of vertex coordinates of the Largest Small n-Polygons.
Image
The results for cases where n is 3 to 8 are as follows.
Reference program

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on May 27, 2025

Solution Comments

Show comments

Problem Recent Solvers2

Suggested Problems

More from this Author10

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!