coding Draft of Knotty Math Tile Code Here is a rough draft of Knotty Math tile code. Code was adapted from Shaw Wan’s tangram code on CodePen. I am hoping to adapt more tile designs for play. This will not work on touch screens/phones – I’ll have to contemplate an app for that. I am just learning… Drag the tiles below and […]
coding Laser Pointer Googly Eyes I am glad I can amuse myself. This is a simple script that I may integrate into an Algebra class for looking at points on a line. If you want a webpage version for students, click here. If you want code, see below. Click to make more eyes, and you might get freaked out if […]
Scripting Algebra SA5: Systems of Equations This Scripting Algebra (SA) activity will play with systems of linear equations in p5.js. In this activity, a system of two random lines will be generated and the intersection (or solution) of those lines will be calculated to make generative art. It is recommended to introduce creating functions if
Scripting Algebra SA2: Animated Lines There are infinite possibilities for linear function animations. This SA project will give some ideas to practice using linear equations with p5.js. Introduce if-else statements (conditions), logical operators, random(), text(), rect(), variables, and using p5.js for animation (loop). Below are a fe