For many of us, this is a function:
def square(x):
return x*x
For others, this is:
For some, this is:
In truth, these are all only representations of functions, a concept that lies at the core of mathematics.
At their essence, all of the above examples are instances of this: