4681 - 4690 of 7896 for InSearch Results
View search results from all Wolfram sites (26553 matches)
ReplaceList   (Built-in Mathematica Symbol)
ReplaceList[expr, rules] attempts to transform the entire expression expr by applying a rule or list of rules in all possible ways, and returns a list of the results ...
Rescale   (Built-in Mathematica Symbol)
Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
ScalingMatrix   (Built-in Mathematica Symbol)
ScalingMatrix[{s_x, s_y, ...}] gives the matrix corresponding to scaling by a factor s_i along each coordinate axis.ScalingMatrix[s, v] gives the matrix corresponding to ...
Slot   (Built-in Mathematica Symbol)
# represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
SlotSequence   (Built-in Mathematica Symbol)
## represents the sequence of arguments supplied to a pure function. ## n represents the sequence of arguments supplied to a pure function, starting with the ...
StringMatchQ   (Built-in Mathematica Symbol)
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
TrigToExp   (Built-in Mathematica Symbol)
TrigToExp[expr] converts trigonometric functions in expr to exponentials.
Tr   (Built-in Mathematica Symbol)
Tr[list] finds the trace of the matrix or tensor list. Tr[list, f] finds a generalized trace, combining terms with f instead of Plus. Tr[list, f, n] goes down to level n in ...
VectorQ   (Built-in Mathematica Symbol)
VectorQ[expr] gives True if expr is a list or a one-dimensional SparseArray object, none of whose elements are themselves lists, and gives False otherwise. VectorQ[expr, ...
Which   (Built-in Mathematica Symbol)
Which[test_1, value_1, test_2, value_2, ...] evaluates each of the test_i in turn, returning the value of the value_i corresponding to the first one that yields True.
1 ... 466|467|468|469|470|471|472 ... 790 Previous Next

...