Modules in Mathematica allow you to treat the names of variables as local. Sometimes, however, you want the names to be global, but values to be local. You can do this in ...
The Padé approximation is a rational function that can be thought of as a generalization of a Taylor polynomial. A rational function is the ratio of polynomials. Because ...
BoundedDiagram[{{a_1, b_1}, ...}, {{x_1, y_1}, ...}] yields the bounded Voronoi diagram of the points {x_1, y_1}, {x_2, y_2} ..., where the bound is the convex polygon formed ...
PLY
(Mathematica Import/Export Format) 3D geometry format. ASCII or binary format. Used for storage and interchange of 3D graphical objects. Known as Stanford Triangle Format. PLY is an acronym derived from ...
One of the most common statistical models is the linear regression model. A linear model predicts the value of a response variable by the linear combination of predictor ...
ByteCount[expr] gives the number of bytes used internally by Mathematica to store expr.
ErrorBarFunction is an option for ErrorListPlot that specifies a function to apply to determine the shape of error bars.
This package contains descriptive statistics for multivariate data and distributions derived from the multivariate normal distribution. Distributions are represented in the ...
JordanDecomposition[m] yields the Jordan decomposition of a square matrix m. The result is a list {s, j} where s is a similarity matrix and j is the Jordan canonical form of ...
TrigToRadicals[expr] converts trigonometric functions to radicals whenever possible in expr.