Column• Column[data, n] gives the column of data. • Example: Column[{{1, 2, 3}, {4, 5, 6}}, 3] . • See also: ColumnDrop, ColumnTake.  Examples Using InstantCalculatorsHere is the InstantCalculator for the Column function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Column Function Controller. This defines a 6 3 matrix called data.
Out[2]= |  |
This returns the second column of data.
Out[3]= |  |
Clear the variable definition.
|