← Complete problem index

PROJECT EULER · #0897

Maximal n-gon in a region

Statement only · UnsolvedOriginal problem ↗

Let G(n) denote the largest possible area of an n-gona polygon with n sides contained in the region {(x,y)R2:x4y1}.
For example, G(3)=1 and G(5)1.477309771.
Find G(101) rounded to nine digits after the decimal point.

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.