Floor
(Built-in Mathematica Symbol) Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.
A Mathematica script is simply a file containing Mathematica commands that you would normally evaluate sequentially in a Mathematica session. Writing a script is useful if ...
Even with "Newton methods" where the local model is based on the actual Hessian, unless you are close to a root or minimum, the model step may not bring you any closer to the ...
In addition to its graphical results, Wolfram|Alpha can provide alternative representations that contain additional information or are well suited to particular tasks. These ...
TrekGenerator is an option to EquationTrekker that specifies the method used to generate treks.
ButcherSimplify is an option to RungeKuttaOrderConditions that specifies whether to apply Butcher's row- and column-simplifying conditions.
HeavisideTheta[x] represents the Heaviside theta function \[Theta](x), equal to 0 for x < 0 and 1 for x > 0. HeavisideTheta[x_1, x_2, ...] represents the multidimensional ...
EmpiricalDistribution[{x_1, x_2, ...}] represents an empirical distribution based on the data values x_i.EmpiricalDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] ...
TraditionalForm differs from StandardForm, the default format for input and output. It is important to understand that TraditionalForm expressions cannot always be provided ...
NewtonCotesError[n, f, a, b] gives the error in the elementary n-point Newton-Cotes quadrature formula for the function f on an interval from a to b.