ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
LayeredGraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a layered plot of the graph in which vertex v_ik is connected to vertex v_jk.LayeredGraphPlot[{{v i 1 -> v j ...
LineGraph[g] gives the line graph of the graph g.
ListAnimate[{expr_1, expr_2, ...}] generates an animation whose frames are the successive expr_i. ListAnimate[list, fps] displays fps frames per second.
MachinePrecision is a symbol used to indicate machine-number precision.
MaxRecursion is an option for functions like NIntegrate and Plot that specifies how many recursive subdivisions can be made.
MemberQ
(Built-in Mathematica Symbol) MemberQ[list, form] returns True if an element of list matches form, and False otherwise. MemberQ[list, form, levelspec] tests all parts of list specified by levelspec.
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.