NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
WheelGraph[n] gives the wheel graph with n vertices W_n.
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
There are many convenient ways to get an image into Mathematica , including drag and drop. You can also import images by evaluating commands in a notebook. Once you have an ...
Arrowheads[spec] is a graphics directive specifying that arrows that follow should have arrowheads with sizes, positions, and forms specified by spec.
ScrollingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for scrolling.
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
IncidenceGraph[m] gives the graph with incidence matrix m.
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...