ExponentStep is an option for NumberForm and related functions that determines in what steps exponents are taken to increase when scientific notation is used.
Introduction Random Generation Functions Seeding and Localization
Power series are in many ways the algebraic analog of limited-precision numbers. Mathematica can generate series approximations to virtually any combination of built-in ...
Starting in Version 7, Mathematica includes expression-to-speech functionality. In principle, any Mathematica expression can be translated in this way.
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 ...
The introduction of Mathematica 6 in 2007 represented a revolutionary redefinition of Mathematica. Arriving only 18 months after Mathematica 6, Mathematica 7 represents ...
ButterflyGraph[n] gives the order-n butterfly graph. ButterflyGraph[n, b] gives the base-b order-n butterfly graph.
CycleGraph[n] gives the cycle graph with n vertices C_n.
DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.