From 2e20c0bb6c6a6e0d5231f0a5cff03824568a507d Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Mon, 26 May 2025 22:27:50 +0000 Subject: [PATCH] Add coverage notes for the rigid hexagon --- Test-problems.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Test-problems.md b/Test-problems.md index 702f7e6..8d4790a 100644 --- a/Test-problems.md +++ b/Test-problems.md @@ -21,6 +21,10 @@ AD &\;=\;& BE &\;=\;& CF &\;=\;& r + s ``` for some positive $r$, $s$. Show that $A$, $B$, $C$, $D$, $E$, $F$ must be the vertices of an equiangular planar hexagon.” +#### Coverage + +At pull request #84, you can place six points in a rough planar hexagon, impose the distance constraints for some chosen $r$ and $s$, and see that the assembly becomes an equiangular planar hexagon, which seems to be rigid when you nudge the points. + ## Exploring configuration spaces ### The configuration space of equiangular, equilateral hexagons