MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
NumberFieldFundamentalUnits[a] gives a list of fundamental units for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
PaletteNotebook[{cell_1, cell_2, ...}] represents a palette notebook that can be manipulated by the Mathematica front end.
PathGraphQ[g] yields True if the graph g is a path and False otherwise.
Prime
(Built-in Mathematica Symbol) Prime[n] gives the n\[Null]^th prime number.
Subgraph[g, {v_1, v_2, ...}] gives the subgraph of the graph g generated by the vertices v_i.Subgraph[g, {e_1, e_2, ...}] gives the subgraph generated by the edges ...
TrimmedMean[list, f] gives the mean of the elements in list after dropping a fraction f of the smallest and largest elements.TrimmedMean[list, {f_1, f_2}] gives the mean when ...
WattsStrogatzGraphDistribution[n, p] represents the Watts\[Dash]Strogatz graph distribution for n-vertex graphs with rewiring probability p.WattsStrogatzGraphDistribution[n, ...
There are many situations where you want to write a particular algebraic expression in the simplest possible form. Although it is difficult to know exactly what one means in ...
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...