MonitorLM gives information on the total number of licenses available and checked out, the fully qualified domain name and username of those who have them checked out, and so ...
All the test problems presented in [MGH81] have been coded into Mathematica in the Optimization`UnconstrainedProblems` package. A data structure is used so that the problems ...
The arithmetic used by Mathematica is a mixture of variable-precision software arithmetic and whatever is provided by the manufacturer of the floating-point hardware (or the ...
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
Patterns stand for classes of expressions. They contain pattern objects that represent sets of possible expressions. Pattern objects. When several pattern objects with the ...
NIntegrate[f, {x, x_min, x_max}] gives a numerical approximation to the integral \[Integral]_x_min^x_max\ f\ d \ x. NIntegrate[f, {x, x_min, x_max}, {y, y_min, y_max}, ...] ...
ListPointPlot3D has been added to the built-in Mathematica kernel. ListSurfacePlot3D has been added to the built-in Mathematica kernel. BarChart3D has been added to the ...
Mathematica provides powerful functions for constructing lists of any size and structure.
Mathematica's extensive base of state-of-the-art algorithms, efficient handling of very long integers, and powerful built-in language make it uniquely suited to both research ...
Financial visualization is used to understand how the price of stocks, commodities, currencies, etc. changes over time. Candlesticks and related charts use stylized glyphs to ...