License: MIT
unlisted
ubuntu2004Kernel: SageMath 9.2
A Game of Lights
Authors: Grigory Solomatov; Mark Meleka
5-minute summary: https://learnmore.substack.com/p/computer-generated-patterns Patterns and in-depth explainer: https://markmeleka.com/lights
In [1]:
In [2]:
In [3]:
In [4]:
In [5]:
Below are a few random solutions as quick checks.
In [6]:
Out[6]:
[0 2 0]
[2 2 2]
[0 2 0]
In [7]:
Out[7]:
In [8]:
Out[8]:
In [9]:
Out[9]:
In [10]:
Out[10]:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-10-dd0495c623ac> in <module>
----> 1 matrix_plot(solve(n=Integer(44), mod=Integer(11)), cmap='tab10')
TypeError: solve() got an unexpected keyword argument 'n'
In [0]:
In [0]:
In [0]:
In [0]:
In [0]:
In [0]: