The purpose of this project is to create a way to dynamically generate visualizations of numeric commensurability to reveal patterns in the relationships between natural numbers.
This application was written using a variety of web-compatable computer languages including HTML, CSS, PHP, & JavaScript. It has only been tested on Mozilla's FireFox and is not guaranteed to work at all. Have fun.
This script will create a graph; pixels are colored where y|x (where y evenly divides x).
Creates a bar graph displaying the relative divisibility between a given integer (i) and each integer of lesser value (x). The x-axis is the set of divisors (x) whereas the y-axis displays the value of the remainder from the function i/x.
Creates an array of numbers where primes are shown. Upon clicking a number, that number's divisors and multiples are hi-lighted. All hi-lighted numbers will reveal their proper divisors.
Experimentally determines the percentage of y multiples of a certain integer, x, which are also divisible by other select integers, z.