Aesthetic functions match
If you're here you probably already know about
aesthetic-functions,
which is basically just an interface to generate images from functions.
Each pixel's color is a function of time and the horizontal and vertical
coordinates
i and
j. Now let us play a game - can you match
each gif with the description of its formula ?
A. The product of cosines of
i,
j and time, except it's thresholded and mapped to arbitrary values.
B. A spatial cosine, except it's multiplied by a tangeant function.
C. The sum of random sines of time and space, except it's multiplied by an exponential.
D. A
Julia set, except the real part of its seed varies over time.
Answers:
A2, B4, C1, D3
18.08.21