Functionality in this package has been added to the built-in Mathematica kernel. CumulativeSums is replaced by Accumulate. Frequencies is replaced by Tally. BinCounts and ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
LinearSolve[m, b] finds an x which solves the matrix equation m.x == b. LinearSolve[m] generates a LinearSolveFunction[...] which can be applied repeatedly to different b.
MaxValue[f, x] gives the maximum value of f with respect to x.MaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... MaxValue[{f, cons}, {x, y, ...
MaxwellDistribution[\[Sigma]] represents a Maxwell distribution with scale parameter \[Sigma].
SetPrecision[expr, p] yields a version of expr in which all numbers have been set to have precision p.
Combinatorial functions. The factorial function n! gives the number of ways of ordering n objects. For non-integer n, the numerical value of n! is obtained from the gamma ...
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
CUDAFinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.CUDAFinancialDerivative[instrument, params, ambientparams, ...