LandauDistribution[\[Mu], \[Sigma]] represents a Landau distribution with location parameter \[Mu] and scale parameter \[Sigma].
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...
Sequence[expr_1, expr_2, ...] represents a sequence of arguments to be spliced automatically into any function.
___(three _characters) or BlankNullSequence[] is a pattern object that can stand for any sequence of zero or more Mathematica expressions. ___h or BlankNullSequence[h] can ...
ChartElementFunction is an option for charting functions such as BarChart that gives a function to use to generate the primitives for rendering each chart element.
The differential equations that arise in modern applications often have discontinuous coefficients. DSolve can handle a wide variety of such ODEs with piecewise coefficients. ...
"Interrupting Calculations" describes how you can interrupt a Mathematica computation by pressing appropriate keys on your keyboard. In some cases, you may want to simulate ...
All the functionality of NumericalMath`Microscope` is now available in the newly created Computer Arithmetic Package. The function Microscope has been renamed MicroscopePlot. ...
MinimumVertexCover[g] finds a minimum vertex cover of graph g.
As of Version 7, the Histograms Package has been integrated into the Mathematica kernel.