531 - 540 of 785 for SequenceSearch Results
View search results from all Wolfram sites (10957 matches)
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 ...
PadLeft   (Built-in Mathematica Symbol)
PadLeft[list, n] makes a list of length n by padding list with zeros on the left. PadLeft[list, n, x] pads by repeating the element x. PadLeft[list, n, {x_1, x_2, ...}] pads ...
QBinomial   (Built-in Mathematica Symbol)
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
RandomChoice   (Built-in Mathematica Symbol)
RandomChoice[{e_1, e_2, ...}] gives a pseudorandom choice of one of the e_i. RandomChoice[list, n] gives a list of n pseudorandom choices. RandomChoice[list, {n_1, n_2, ...}] ...
Transpose   (Built-in Mathematica Symbol)
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
UnitStep   (Built-in Mathematica Symbol)
UnitStep[x] represents the unit step function, equal to 0 for x < 0 and 1 for x >= 0. UnitStep[x_1, x_2, ...] represents the multidimensional unit step function which is 1 ...
Making Power Series Expansions   (Mathematica Tutorial)
Functions for creating power series. Here is the power series expansion for exp(x) about the point x0 to order x^4. Here is the series expansion of exp(x) about the point ...
Two-Dimensional Graphics Elements   (Mathematica Tutorial)
Basic two-dimensional graphics elements. Here is a line primitive. This shows the line as a two-dimensional graphics object.
Graph   (Combinatorica Package Symbol)
Graph[e, v, opts] represents a graph object where e is the list of edges annotated with graphics options, v is a list of vertices annotated with graphics options, and opts is ...
Text and Font Options   (Mathematica Tutorial)
General options for text formatting. If you have a large block of text containing no explicit newline characters, then Mathematica will automatically break your text into a ...
1 ... 51|52|53|54|55|56|57 ... 79 Previous Next

...