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)
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
Solution Comments
Show commentsProblem Recent Solvers2
Suggested Problems
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!