rows: The number of rows to create in result array. Eg., 2
columns: The number of columns to create in the result array. Eg., 3
lambda: The function to be applied to the given values.
row: A variable indicating sequential values. Eg., a
column: A variable indicating sequential values. Eg., b
calculation: The calculation to be applied to the given values. Eg., a*b