UniformGraphDistribution[n, m] represents a uniform graph distribution on n-vertex, m-edge graphs.
VertexLabeling is an option for GraphPlot and related functions which specifies whether labeling should be included by default for vertices in graphs.
WaveletScale is an option for ContinuousWaveletTransform and related constructs used to specify the smallest resolvable scale.
WeierstrassHalfPeriods[{g_2, g_3}] gives the half-periods {\[Omega], \[Omega]^\[Prime]} for Weierstrass elliptic functions corresponding to the invariants {g_2, g_3}.
$CharacterEncoding specifies the default raw character encoding to use for input and output functions.
$OutputSizeLimit specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
There are many functions that are built into Mathematica. This tutorial discusses how you can add your own simple functions to Mathematica. As a first example, consider ...
A Riccati equation is a first-order equation of the form This equation was used by Count Riccati of Venice (1676–1754) to help in solving second-order ordinary differential ...
Front end tokens let you perform kernel commands that would normally be done using the menus. Front end tokens are particularly convenient for writing programs to manipulate ...
Here is the integral ∫x^n dx in Mathematica. Here is a slightly more complicated example. Mathematica knows how to do almost any integral that can be done in terms of ...