51 - 60 of 785 for SequenceSearch Results
View search results from all Wolfram sites (10956 matches)
Range   (Built-in Mathematica Symbol)
Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
BSplineBasis   (Built-in Mathematica Symbol)
BSplineBasis[d, x] gives the zeroth uniform B-spline basis function of degree d at x.BSplineBasis[d, n, x] gives the n\[Null]^th uniform B-spline basis function of degree ...
BSplineCurve   (Built-in Mathematica Symbol)
BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.
Take   (Built-in Mathematica Symbol)
Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
Non-Standard Evaluation   (Mathematica Tutorial)
While most built-in Mathematica functions follow the standard evaluation procedure, some important ones do not. For example, most of the Mathematica functions associated with ...
RSolve   (Built-in Mathematica Symbol)
RSolve[eqn, a[n], n] solves a recurrence equation for a[n]. RSolve[{eqn_1, eqn_2, ...}, {a_1[n], a_2[n], ...}, n] solves a system of recurrence equations. RSolve[eqn, a[n_1, ...
FourierDST   (Built-in Mathematica Symbol)
FourierDST[list] finds the Fourier discrete sine transform of a list of real numbers.FourierDST[list, m] finds the Fourier discrete sine transform of type m.
PathGraphQ   (Built-in Mathematica Symbol)
PathGraphQ[g] yields True if the graph g is a path and False otherwise.
SubscriptBox   (Built-in Mathematica Symbol)
SubscriptBox[x, y] is the low-level box representation for x_y in notebook expressions.
VertexDegree   (Built-in Mathematica Symbol)
VertexDegree[g] gives the list of vertex degrees for all vertices in the graph g.VertexDegree[g, v] gives the vertex degree for the vertex v.
1 ... 3|4|5|6|7|8|9 ... 79 Previous Next

...