https://github.com/johnlk/modmultiplicationcircle
Modular Multiplication around a Circle Demo
https://github.com/johnlk/modmultiplicationcircle
Last synced: 3 months ago
JSON representation
Modular Multiplication around a Circle Demo
- Host: GitHub
- URL: https://github.com/johnlk/modmultiplicationcircle
- Owner: johnlk
- Created: 2017-10-29T21:26:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T17:25:55.000Z (about 3 years ago)
- Last Synced: 2026-01-31T19:43:29.186Z (5 months ago)
- Language: HTML
- Size: 838 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modular Multiplication Circle Demo
This project consists of a single HTML file, `index.html`, which creates an interactive animation of patterns given by secant lines within a regular circle. The animation allows users to control the number and arrangement of circles, as well as animate the pattern by changing a modulus number.

## Getting Started
To run the project, simply open the `index.html` file in a web browser. The animation will be displayed on the canvas within the browser window.
## Demo Link
Enjoy the quick demo [here](https://johnlk.github.io/modMultiplicationCircle)