The following is the output given the above matrix as input:
When you run the program, you will be shown the following GUI
As the text states, fill in each box with a number. Each text box corresponds to the respective number on a 2d matrix.
Once you press enter, the animation will begin.
- Left Click: This compounds the transformation, equivalent to multiplying the matrix by itself.
- Right Click: This resets/replays the animation as if you just started it.
The required python modules are: p5, copy, and tkinter.