Current Development Stages:
Chaos Game via Copilot: Stage 1
It's been nearly 6 years since we looked at Stage 4 below. Since then, we've been getting sassy with Copilot! With minimal prompts (and we helped by supplying some Grid code in JavaScript) we were jarred by what a good job our 'helper' did in generating this version!
Webplot via Slider - Stage 4: Late January 2020
The previous stage required tediously pushing a button to see the webplot evolve into a chaotic mess. This version lets you quickly load multiple iterations almost instantaneously.
Webplot with Tabular Values - Stage 3: Late January 2020
Although Developer Tools listed our 'random numbers' in Stage 2, it would have been nice to have them 'front and center' in a handy HTML table. We provide that in this stage. You're welcome.
Webplot 101 - Stage 2: Late January 2020
With our quadratic and linear in place, we can create a 'webplot' - the trail of input/output cycles using the quadratic to generate input, generated one click at a time.
The Quadratic and the Linear - Stage 1: Late January 2020
This stage creates the quadratic feedback function and the linear 'reflection' line that takes output and makes it input.