Table of a two variable function - Mathematica Stack Exchange
https://mathematica.stackexchange.com › ...It is not clear how many columns that you want. Some of the possibilities data = Table[{a, b, f[a, b]}, {a, 0, 5}, {b, 0, 5}]; data // Flatten[#, ...
Table—Wolfram Language Documentation
reference.wolfram.com › language › refTable[expr, n] generates a list of n copies of expr. Table[expr, {i, imax}] generates a list of the values of expr when i runs from 1 to imax. Table[expr, {i, imin, imax}] starts with i = imin. Table[expr, {i, imin, imax, di}] uses steps di. Table[expr, {i, {i1, i2, ...}}] uses the successive values i1, i2, ....
MATHEMATICA TUTORIAL: Functions
www.cfm.brown.edu › intro › functionNov 18, 2021 · Function evaluation in Mathematica is indicated by square brackets. That is, while in mathematical notation, we write f ( x), in Mathematica the correct syntax is f [x]. Ordinary parentheses are used exclusively for algebraic grouping. Thus we write (a*t) to indicate that the argument is the product of a and t. N [f [1.5]] Out [3]= -0.413006