UniformGraphDistribution[n, m] represents a uniform graph distribution on n-vertex, m-edge graphs.
WattsStrogatzGraphDistribution[n, p] represents the Watts\[Dash]Strogatz graph distribution for n-vertex graphs with rewiring probability p.WattsStrogatzGraphDistribution[n, ...
If the given second-order ODE is inhomogeneous, DSolve applies the method of variation of parameters to return a solution for the problem. This solves an inhomogeneous linear ...
When you set up mathematical formulas, you often have to introduce various kinds of local objects or "dummy variables". You can treat such dummy variables using modules and ...
When you give a list of equations to Solve, it assumes that you want all the equations to be satisfied simultaneously. It is also possible to give Solve more complicated ...
Introduction Getting Started Basic Examples
The Mathematica compiler provides an important way both to speed up and also to work with Mathematica computations. It does this by taking assumptions about the computations ...
ArithmeticGeometricMean[a, b] gives the arithmetic-geometric mean of a and b.
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...