Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 817 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 817 Bytes

Number of Domino Tilings

Solving combinatorics problem of domino tiling using complex matrices. This project was inspired by Mathologer video The Arctic Circle Theorem.

The code provides

  • Defining a custom shape on a rectangular grid
  • Calculating the number of possible tilings
  • Exporting the possible tilings as a sequence of images
  • Export the images as an animation in GIF-format

example 1 example 1

Open in Colab