From be06edbcfd1213ea1658d36f8934493a92205aac Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 1 Jul 2016 17:43:58 -0400 Subject: Created pommicket.github.io --- mathematical.html | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 mathematical.html (limited to 'mathematical.html') diff --git a/mathematical.html b/mathematical.html new file mode 100644 index 0000000..640d3ac --- /dev/null +++ b/mathematical.html @@ -0,0 +1,120 @@ + + +Mathematical Demonstrations + + + + + + + +

Mathematical Demonstrations

+Home +All +Games +Android Apps +
+ +
+Modular Pascal's Triangle
+

+A picture of Pascal's triangle mod x. Set x and
+Click update to see the triangle.

+
+ +
+Modular Circles
+

+There are a circle of points, each one corresponding
+to a number. Lines are drawn between points according
+to rules. Create interesting shapes like cardioids
+

+
+ +
+Shape Roller
+

+This program rolls (invisible) shapes around other
+(invisible) shapes and traces a point on the shape as
+it moves along. Create interesting shapes like cardioids.
+

+
+ +
+The Mandelbrot Set
+

+This program draws the Mandelbrot Set. You can
+zoom in and change the power.
+

+
+ +
+Langton's Ant
+

+This is the cellular automaton known as Langton's
+Ant. You can find out more about it here. +

+
+ +
+Maze Solver
+

+Create a maze, choose a starting point and an
+ending point, and your computer will solve the
+maze. +

+
+ + +
+AutoImages
+

+A computer program that creates art. It uses
+random functions to generate images. An explanation
+can be found here.
+There is also AutoArtEvolve, which improves its
+images based on the ones you prefer:
+ +

+
+ +
+AutoVideos
+

+A computer program that creates videos. It uses
+random functions to generate videos. An explanation
+can be found here.
+

+
+ +
+AutoAudio
+

+A computer program that creates audio. It uses
+random functions to generate audio. An explanation
+can be found here.
+

+
+ + +
+NameGenerator
+

+A computer program that generates names! It uses
+the frequencies of trigrams.
+

+
+ +
+π Calculator
+

+Draw a circle, then find out how well your circle
+approximates π!
+

+ + + \ No newline at end of file -- cgit v1.2.3