From a982632b1cc3218d74acec2b5f6a69ffc5e97ead Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 31 Aug 2016 14:58:23 -0400 Subject: Cleaned up code and improved website layout. --- mathematical.html | 244 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 136 insertions(+), 108 deletions(-) (limited to 'mathematical.html') diff --git a/mathematical.html b/mathematical.html index 1d78992..e91d638 100644 --- a/mathematical.html +++ b/mathematical.html @@ -13,114 +13,142 @@

Mathematical Demonstrations

-
- 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. -

-
- -
- Elementary cellular automata
-

- Run elementary cellular automata. -

-
- -
- 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 π!
-

- +
+
+
+
+ + A picture of Pascal's triangle mod x. Set x and + Click update to see the triangle. +
+
+ + +
+
+
+ + 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 +
+
+ +
+
+
+ + 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. +
+
+ +
+
+
+ + This program draws the Mandelbrot Set. You can + zoom in and change the power. +
+
+ +
+
+
+ + This is the cellular automaton known as Langton's + Ant. You can find out more about it here. +
+
+ + + +
+
+
+ + Create a maze, choose a starting point and an + ending point, and your computer will solve the + maze. +
+
+ + +
+
+ + + The Android app for AutoImages. +
+
+ +
+
+
+ + A computer program that creates art. It uses + random functions to generate images. An explanation + can be found here. +
+
+ +
+
+
+ + A computer program that creates videos. It uses + random functions to generate videos. An explanation + can be found here. +
+
+ +
+
+
+ + A computer program that creates audio. It uses + random functions to generate audio. An explanation + can be found here. +
+
+ + +
+
+
+ + A computer program that generates names! It uses + the frequencies of trigrams. +
+
+ +
+
+
+ + Draw a circle, then find out how well your circle + approximates π! +
+
+ +
+
+ More coming soon! +
+
+ +
-- cgit v1.2.3