Table
Usage Message: Table[expr, {imax}] generates a list of imax 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, imin, imax}, {j, jmin, jmax}, ... ] gives a nested list. The list associated with i is outermost. Attributes[Table] = {HoldAll, Protected} Notes:
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Table.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Table.html
Questions or comments? Send email to support@wolfram.com.
| |