11 - 20 of 51 for EvenQSearch Results
View search results from all Wolfram sites (424 matches)
Statistics`DataManipulation`   (Mathematica Compatibility Information)
Functionality in this package has been added to the built-in Mathematica kernel. CumulativeSums is replaced by Accumulate. Frequencies is replaced by Tally. BinCounts and ...
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.
EndPackage   (Built-in Mathematica Symbol)
EndPackage[] restores $Context and $ContextPath to their values before the preceding BeginPackage, and prepends the current context to the list $ContextPath.
NestWhile   (Built-in Mathematica Symbol)
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
BeginPackage   (Built-in Mathematica Symbol)
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
Block   (Built-in Mathematica Symbol)
Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
Subgraph   (Built-in Mathematica Symbol)
Subgraph[g, {v_1, v_2, ...}] gives the subgraph of the graph g generated by the vertices v_i.Subgraph[g, {e_1, e_2, ...}] gives the subgraph generated by the edges ...
TakeWhile   (Built-in Mathematica Symbol)
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
In many computations you are concerned only with the final result of evaluating the expression given as input. But sometimes you also want to collect expressions that were ...
NestList   (Built-in Mathematica Symbol)
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
1|2|3|4|5|6 Previous Next

...