No description
- Python 100%
| circle_3_7.png | ||
| circle_4_5.png | ||
| circle_4_6.png | ||
| circle_6_4.png | ||
| circle_7_3.png | ||
| circle_8_3.png | ||
| circle_10_3.png | ||
| circleLimit.py | ||
| diskTest1.png | ||
| diskTest1.py | ||
| diskTest2.png | ||
| diskTest2.py | ||
| drawsvgTests.png | ||
| drawsvgTests.py | ||
| geom.py | ||
| geomTests.png | ||
| geomTests.py | ||
| hexMirror.png | ||
| hexMirror.py | ||
| inverts.png | ||
| inverts.py | ||
| inverts2.png | ||
| inverts2.py | ||
| inverts3.png | ||
| inverts3.py | ||
| inverts4.png | ||
| inverts4.py | ||
| inverts5.png | ||
| inverts5.py | ||
| invParabola.png | ||
| invParabola.py | ||
| invTangents.png | ||
| invTangents.py | ||
| mirrorPoints.png | ||
| mirrorPoints.py | ||
| pappus.png | ||
| pappus.py | ||
| pappus2.png | ||
| pappus2.py | ||
| pgeom.py | ||
| polyCircle.png | ||
| polyCircle.py | ||
| polyRandom.png | ||
| polyRandom.py | ||
| polyRegular.png | ||
| polyRegular.py | ||
| polyTransforms.png | ||
| polyTransforms.py | ||
| README.txt | ||
| recurLines.png | ||
| recurLines.py | ||
| tree.png | ||
| tree.py | ||
| triMove.png | ||
| triMove.py | ||
| triTransforms.png | ||
| triTransforms.py | ||
Python for Inversive and Hyperbolic Geometry ============================================ Andrew Davison ad@coe.psu.ac.th Sept. 2024 Additional Python modules needed: * numpy * matplotlib * drawsvg (https://pypi.org/project/drawsvg/) Files included in the zip file: drawsvgTests.py ------- Inversive Geometry ------ geom.py geomTests.py inverts.py inverts2.py inverts3.py inverts4.py inverts5.py invParabola.py invTangents.py pappus.py pappus2.py --------- Hyperbolic Geometry ----- pgeom.py diskTest1.py diskTest2.py mirrorPoints.py recurLines.py polyRandom.py polyRegular.py polyCircle.py tree.py polyTransforms.py hexMirror.py triMove.py triTransforms.py circleLimit.py ---------------- PNG files ------ Almost every Python file generates a same-named PNG file, many of which are included in this zip file.