HITSCentrality[g] gives a list of authority and hub centralities for the vertices in the graph g.
Level
(Built-in Mathematica Symbol) Level[expr, levelspec] gives a list of all subexpressions of expr on levels specified by levelspec. Level[expr, levelspec, f] applies f to the sequence of subexpressions.
Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.
Projection[u, v] finds the projection of the vector u onto the vector v.Projection[u, v, f] finds projections with respect to the inner product function f.
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
AiryAi
(Built-in Mathematica Symbol) AiryAi[z] gives the Airy function Ai(z).
Unicode: 220F. Alias: Esc prod Esc. Compound operator with built-in evaluation rules. ∏_(i)^i_max(f) is by default interpreted as Product[f,{i,i_max}]. ∏_(i=i_min)^i_max(f) ...
\[Sum]
(Mathematica Character Name) Unicode: 2211. Alias: Esc sum Esc. Compound operator with built-in evaluation rules. ∑_(i)^i_max(f) is by default interpreted as Sum[f,{i,i_max}]. ∑_(i=i_min)^i_max(f)f is by ...
InputForm converts the selection to Mathematica InputForm.
Hash
(Built-in Mathematica Symbol) Hash[expr] gives an integer hash code for the expression expr.Hash[expr, " type"] gives an integer hash code of the specified type for expr.