ToRadicals[expr] attempts to express all Root objects in expr in terms of radicals.
FullGraphics[g] takes a graphics object, and generates a new one in which objects specified by graphics options are given as explicit lists of graphics primitives.
int MTensor_getInteger (MTensor t, mint*pos, mint*pres) gets an element from an MTensor of integer type.
void MTensor_setComplex (MTensor t, mint*pos, mcomplex value) sets a single element of an MTensor of complex type.
SimpleGraph[g] gives the underlying simple graph from the graph g.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
CoordinatesToolOptions is an option for Graphics that gives values of options associated with the Get Coordinates tool.
\[Rule]
(Mathematica Character Name) Unicode: F522. Alias: Esc -> Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as x->y or Rule[x,y]. x y z groups as x (y z). ...
EquivalenceClasses[r] identifies the equivalence classes among the elements of matrix r.
RandomKSubset[l, k] gives a random subset of set l with exactly k elements.