OverscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies the style and display of OverscriptBox constructs.
PrintPrecision is an option for selections that specifies the maximum number of digits used for displaying a machine-precision number.
RemoteServicesLinks[] returns the list of all Lightweight Grid kernels that are currently open.
ControllerManipulate[expr, {u, u_min, u_max}] generates a version of expr set up to allow interactive manipulation of the value of u using an external controller ...
DefaultFrameStyle is a low-level option for graphics and related constructs that specifies the default style to use in displaying their frames.
EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
EdgeDetect[image] finds edges in image and returns the result as a binary image.EdgeDetect[image, r] finds edges at the scale of the specified pixel range r.EdgeDetect[image, ...
ImageEffect[image, " effect"] applies the specified image effect to image.ImageEffect[image, {"effect", params}] uses parameters params.
EdgeAdd
(Built-in Mathematica Symbol) EdgeAdd[g, e] makes a graph by adding the edge e to the graph g.EdgeAdd[g, {e_1, e_2, ...}] adds a collection of edges to g.
The general solution to a differential equation contains undetermined coefficients that are labeled C[1], C[2], and so on. This example has one undetermined parameter, C[1]. ...