FUNCTIONS
Input, Process, Output. Transforming raw algebra into predictable mathematical machines and mapping engines.
01 // The Machine
A function is a strict relationship rule: every input is allowed to have exactly one output. It is a completely predictable machine. If you put in the number 2, you must get the exact same answer every single time.
02 // The Routing Logic
The Mapping Engine
03 // Validation Protocol
Vertical Line Test
Status: PASS
The vertical scanner hits the graph exactly once at any given time. Every has a unique . It is a Function.
Vertical Line Test
Status: FAIL
The vertical scanner hits the graph at two points simultaneously. A single cannot yield two different values.
Function Inception
Functions can be stacked. By feeding the completed output of one machine directly into the input of a second machine, we create a Composite Function.
Machine Logic Mastered
You are ready to command continuous logic.