571 - 580 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60389 matches)
ConstantArray   (Built-in Mathematica Symbol)
ConstantArray[c, n] generates a list of n copies of the element c.ConstantArray[c, {n_1, n_2, ...}] generates an n_1*n_2*... array of nested lists containing copies of the ...
LetterQ   (Built-in Mathematica Symbol)
LetterQ[string] yields True if all the characters in the string are letters, and yields False otherwise.
ListDeconvolve   (Built-in Mathematica Symbol)
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.
Median   (Built-in Mathematica Symbol)
Median[list] gives the median of the elements in list. Median[dist] gives the median of the symbolic distribution dist.
Permutations   (Built-in Mathematica Symbol)
Permutations[list] generates a list of all possible permutations of the elements in list. Permutations[list, n] gives all permutations containing at most n ...
Position   (Built-in Mathematica Symbol)
Position[expr, pattern] gives a list of the positions at which objects matching pattern appear in expr. Position[expr, pattern, levelspec] finds only objects that appear on ...
PossibleZeroQ   (Built-in Mathematica Symbol)
PossibleZeroQ[expr] gives True if basic symbolic and numerical methods suggest that expr has value zero, and gives False otherwise.
Quartiles   (Built-in Mathematica Symbol)
Quartiles[list] gives a list of the 1/4, 1/2, and 3/4 quantiles of the elements in list.Quartiles[dist] gives a list of the 1/4, 1/2, and 3/4 quantiles of the symbolic ...
RandomSample   (Built-in Mathematica Symbol)
RandomSample[{e_1, e_2, ...}, n] gives a pseudorandom sample of n of the e_i.RandomSample[{w_1, w_2, ...} -> {e_1, e_2, ...}, n] gives a pseudorandom sample of n of the e_i ...
Select   (Built-in Mathematica Symbol)
Select[list, crit] picks out all elements e_i of list for which crit[e_i] is True. Select[list, crit, n] picks out the first n elements for which crit[e_i] is True.
1 ... 55|56|57|58|59|60|61 ... 216 Previous Next

...