897. Maximal n-gon in a region

Let G(n) denote the largest possible area of an n-gon 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.

897. 区域内的最大 n 边形

G(n) 为能被完全包含于区域 {(x,y)R2:x4y1}n 边形的面积的最大值。已知 G(3)=1G(5)1.477309771

G(101),将你的答案四舍五入至小数点后第 9 位。


这个链接 回到源站。

这个链接 回到详细版题目目录。