InterpolateRoot[lhs == rhs, {x, x_0, x_1}] searches for a numerical solution to the equation lhs == rhs using x_0 and x_1 as the first two values of x.
The functionality of FactorIntegerECM can be obtained using the enhanced Mathematica kernel function FactorInteger.
The functionality of FilterOptions is provided by the kernel function FilterRules.
NegativeMultinomialDistribution[n, p] represents a negative multinomial distribution with parameter n and failure probability vector p.
DirichletDistribution[{\[Alpha]_1, ..., \[Alpha] k +1}] represents a Dirichlet distribution of dimension k with shape parameters \[Alpha]_i.
SplineClosed is an option for B-spline functions and graphics primitives that specifies whether spline curves or surfaces should be closed.
PadeApproximant has been added to the built-in Mathematica kernel. EconomizedRationalApproximation is now available in the newly created Function Approximations Package.
ImageScaled[{x, y}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole image region in each direction. ...
Mathematica creates a new symbol when you first enter a particular name. Sometimes it is useful to "intercept" the process of creating a new symbol. Mathematica provides ...