201 - 210 of 914 for RuleSearch Results
View search results from all Wolfram sites (321440 matches)
TabView   (Built-in Mathematica Symbol)
TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...}] represents an object in which clicking the tab with label lbl_i displays expr_i. TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...
AstronomicalData   (Built-in Mathematica Symbol)
AstronomicalData["name", " property"] gives the value of the specified property of the astronomical object with the specified name.AstronomicalData["name", {"property", ...
Entering Formulas   (Mathematica Tutorial)
Special forms for some common symbols. This is equivalent to Sin[60Degree]. Here is the long form of the input.
GraphEdit   (Graph Utilities Package Symbol)
GraphEdit[] opens an interactive graph editor.GraphEdit[g] plots the graph g in the interactive graph editor.
DiscreteShift   (Built-in Mathematica Symbol)
DiscreteShift[f, i] gives the discrete shift DiscreteShift[f(i), i] == f(i + 1). DiscreteShift[f, {i, n}] gives the multiple shift \[DiscreteShift]_i^n\ f.DiscreteShift[f, ...
Module   (Built-in Mathematica Symbol)
Module[{x, y, ...}, expr] specifies that occurrences of the symbols x, y, ... in expr should be treated as local. Module[{x = x_0, ...}, expr] defines initial values for x, ...
Controlling Infinite Evaluation   (Mathematica Tutorial)
The general principle that Mathematica follows in evaluating expressions is to go on applying transformation rules until the expressions no longer change. This means, for ...
Function   (Built-in Mathematica Symbol)
Function[body] or body & is a pure function. The formal parameters are # (or #1), #2, etc. Function[x, body] is a pure function with a single formal parameter x. ...
SetDelayed   (Built-in Mathematica Symbol)
lhs := rhs assigns rhs to be the delayed value of lhs. rhs is maintained in an unevaluated form. When lhs appears, it is replaced by rhs, evaluated afresh each time.
AdjacencyMatrix   (Graph Utilities Package Symbol)
AdjacencyMatrix[g] gives the SparseArray object representing the graph g.AdjacencyMatrix[g, n] gives the SparseArray object representing the graph g, adding additional ...
1 ... 18|19|20|21|22|23|24 ... 92 Previous Next

...