Mathematica 's powerful spline functionality includes both numeric and symbolic support. Built-in basis polynomials and efficient spline construction provide a way to ...
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.
Built into Mathematica is a uniquely flexible and concise language for creating 1D and 2D layouts—from simple tables to the most elaborate information displays and user ...
Mathematica provides unified graphics support for 2D and 3D polygons, allowing all standard Mathematica colors and transparency to be used for both faces and edges, as well ...
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
TuringMachine[rule, init, t] generates a list representing the evolution of the Turing machine with the specified rule from initial condition init for t steps. ...
PlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
Table
(Built-in Mathematica Symbol) Table[expr, {i_max}] generates a list of i_max copies of expr. Table[expr, {i, i_max}] generates a list of the values of expr when i runs from 1 to i_max. Table[expr, {i, ...
ButcherPlotNodeSize is an option to ButcherPlot that specifies a scaling factor for the nodes of the trees in the plot.
ButcherPlotRootSize is an option to ButcherPlot that specifies a scaling factor for the circle highlighting the root.