Tiling with the Reduced Row Echelon Form
Mathematical Programming with Python
https://people.sc.fsu.edu/~jburkardt/classes/...
python_2025/tiling/tiling.html
tiling:
using the Reduced Row Echelon Form to solve a tiling problem.
Lecture notes:
-
tiling.py,
uses the RREF to compute tilings of the Reid polygon.
Last revised on 09 April 2025.