Show Expression toggles between the expression and display forms of a cell.
CellEvaluationFunction is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
FieldMasked is an option to InputField that determines whether to mask user input.
KirchhoffMatrix[g] gives the Kirchhoff matrix of the graph g.
PodStates is an option for WolframAlpha that determines information about the states of the pods.
SaveDefinitions is an option to Manipulate and related functions that specifies whether current definitions relevant for the evaluation of the expression being manipulated ...
VertexComponent[g, {v_1, v_2, ...}] gives the vertices in the graph g that have a path to at least one of v_1, v_2, ....VertexComponent[g, {v_1, v_2, ...}, k] gives the ...
ConnectedComponents[g] gives the connected components of the graph g.ConnectedComponents[g, {v_1, v_2, ...}] gives the connected components that include at least one of the ...
WeightedAdjacencyMatrix[g] gives the adjacency matrix of edge weights of the graph g.
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...