Select• Select[list, crit] picks out all elements ei of list for which crit[ei] is True. • Select[list, crit, n] picks out the first n elements for which crit[ei] is True.
Examples Using InstantCalculatorsHere is an InstantCalculator for the Select function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
This InstantCalculator enables you to select elements of a matrix that meet a specified condition. Enter the parameters for your calculation and click Calculate to see the result.
Out[2]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Select Function Controller.
Out[3]= |  |
Out[4]= |  |
|