1 - 10 of 21 for BlankSequenceSearch Results
BlankSequence   (Built-in Mathematica Symbol)
__(two _characters) or BlankSequence[] is a pattern object that can stand for any sequence of one or more Mathematica expressions. __h or BlankSequence[h] can stand for any ...
Functions with Variable Numbers of ...   (Mathematica Tutorial)
Unless f is a flat function, a pattern like f[x_,y_] stands only for instances of the function with exactly two arguments. Sometimes you need to set up patterns that can ...
Blank   (Built-in Mathematica Symbol)
_or Blank[] is a pattern object that can stand for any Mathematica expression. _h or Blank[h] can stand for any expression with head h.
Defining Variables and Functions   (Mathematica Guide)
The symbolic language paradigm of Mathematica takes the concept of variables and functions to a new level. In Mathematica a variable can not only stand for a value, but can ...
Patterns   (Mathematica Guide)
One of the unique strengths of Mathematica's core language is its powerful and succinct—yet highly readable—symbolic pattern language. Convenient both for immediate use in ...
BlankNullSequence   (Built-in Mathematica Symbol)
___(three _characters) or BlankNullSequence[] is a pattern object that can stand for any sequence of zero or more Mathematica expressions. ___h or BlankNullSequence[h] can ...
OptionsPattern   (Built-in Mathematica Symbol)
OptionsPattern[] is a pattern object that represents a collection of options given as rules, where the values of the options can be accessed using OptionValue. ...
Sequence   (Built-in Mathematica Symbol)
Sequence[expr_1, expr_2, ...] represents a sequence of arguments to be spliced automatically into any function.
Repeated   (Built-in Mathematica Symbol)
p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching p. ...
Shortest   (Built-in Mathematica Symbol)
Shortest[p] is a pattern object that matches the shortest sequence consistent with the pattern p.
1|2|3 Next

...