671 - 680 of 1337 for ManipulateSearch Results
View search results from all Wolfram sites (8512 matches)
SplineWeights   (Built-in Mathematica Symbol)
SplineWeights is an option for B-spline functions and graphics primitives that specifies weights of control points.
StringCount   (Built-in Mathematica Symbol)
StringCount["string", " sub"] gives a count of the number of times " sub" appears as a substring of " string". StringCount["string", patt] gives the number of substrings in " ...
StringDrop   (Built-in Mathematica Symbol)
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
StringFreeQ   (Built-in Mathematica Symbol)
StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...
StringJoin   (Built-in Mathematica Symbol)
"s_1" <> "s_2" <> ..., StringJoin["s_1", "s_2", ...], or StringJoin[{"s_1", "s_2", ...}] yields a string consisting of a concatenation of the s_i.
Symbol   (Built-in Mathematica Symbol)
Symbol["name"] refers to a symbol with the specified name.
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.
Tally   (Built-in Mathematica Symbol)
Tally[list] tallies the elements in list, listing all distinct elements together with their multiplicities.Tally[list, test] uses test to determine whether pairs of elements ...
ToExpression   (Built-in Mathematica Symbol)
ToExpression[input] gives the expression obtained by interpreting strings or boxes as Mathematica input. ToExpression[input, form] uses interpretation rules corresponding to ...
TrigExpand   (Built-in Mathematica Symbol)
TrigExpand[expr] expands out trigonometric functions in expr.
1 ... 65|66|67|68|69|70|71 ... 134 Previous Next

...