CoshIntegral[z] gives the hyperbolic cosine integral Chi(z).
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
SinIntegral[z] gives the sine integral function Si(z).
When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a ...
The connectivity and data-processing capabilities of Mathematica make it ideal for importing and analyzing data displayed on a website. In most cases, this is relatively ...
Mathematica supports a variety of coordinate systems, organized for ease and efficiency of both direct and programmatic use. It supports convenient robust automatic range and ...
Mathematica's unified architecture allows every aspect of Mathematica's interface to be controlled and specified programmatically using the symbolic constructs and functions ...
Reverse
(Built-in Mathematica Symbol) Reverse[expr] reverses the order of the elements in expr. Reverse[expr, n] reverses elements at level n in expr.Reverse[expr, {n_1, n_2, ...}] reverses elements at levels ...
Epilog
(Built-in Mathematica Symbol) Epilog is an option for graphics functions that gives a list of graphics primitives to be rendered after the main part of the graphics is rendered.
QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.QuantilePlot[dist] generates a plot of quantiles of the distribution ...