Skip to content

Simple program for illustrating random Aztec tilings for the Arctic circle theorem

License

Notifications You must be signed in to change notification settings

deeglaze/arctic-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arctic-circle

This is a simple program for illustrating random Aztec tilings for the Arctic circle theorem. No animations for the steps performed yet, just blocky drawing that can be observed at each step.

View the tiling derivation with (random-aztec-tiling-unfold n) for a tiling of A(n). Do not try this with large n. For large tilings, such as n = 500, you should first construct the board (define a500 (random-aztec-tiling 500)) and then draw it with (board->pict a500 1000). The second argument is the width in pixels the image should be.

(board->pict a500 500)

License

Apache v2.0

About

Simple program for illustrating random Aztec tilings for the Arctic circle theorem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages