flatsurf / sage-flatsurf

Flat surfaces in Sage
https://flatsurf.github.io/sage-flatsurf/
GNU General Public License v2.0
10 stars 10 forks source link

Error in "Exploring Orbit Closures" Example #235

Open sfreedman67 opened 1 year ago

sfreedman67 commented 1 year ago

@saraedum

Theres a small typo in this line from the example Exploring orbit closures: moduli = [(v.x()*v.x() + v.y()*v.y()) / area for v, area in zip(holonomies, areas)]

What is actually being computed in this line is the reciprocal of the modulus. Compare with Definition 3.3.