Dt
(Built-in Mathematica Symbol) Dt[f, x] gives the total derivative d f/d x. Dt[f] gives the total differential d f. Dt[f, {x, n}] gives the multiple derivative d^n f/d x^n. Dt[f, x_1, x_2, ...] gives d/d ...
CycleGraph[n] gives the cycle graph with n vertices C_n.
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
SignificanceLevel is an option to hypothesis test functions that specifies the significance level for the test.
Mathematica 's differential equation solving functions can be applied to many classes of differential equations, automatically selecting the appropriate algorithms without ...
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
NumberSeparator is an option for NumberForm and related functions which gives the string to insert at breaks between digits.
$MinMachineNumber is the smallest positive machine-precision number that can be used on a particular computer system.
TetGenDelete[expr] removes an instance of a TetGen expression, freeing up memory.