Math, Space

A field guide to two-dimensional arrays

Usually on the blog we apply a function to each element of a one-dimensional array, like [1, 2, 3], and get back another array, like [10, 20, 30]. Then we use both lists to plot a series of (x, y)