MeshFunctions is an option for plotting functions that specifies functions to use to determine the placement of mesh divisions.
Split
(Built-in Mathematica Symbol) Split[list] splits list into sublists consisting of runs of identical elements. Split[list, test] treats pairs of adjacent elements as identical whenever applying the ...
Mathematica can efficiently handle both univariate and multivariate rational functions, with built-in functions immediately implementing standard algebraic transformations.
BinLists[{x_1, x_2, ...}] gives lists of the elements x_i whose values lie in successive integer bins.BinLists[{x_1, x_2, ...}, dx] gives lists of the elements x_i whose ...
When working in Mathematica , you will often find it useful to view groups of functions that relate to a specific subject area or set of tasks. The Documentation Center ...
PrependTo[s, elem] prepends elem to the value of s, and resets s to the result.
Mathematica gives you the power to visualize functions of two variables in multiple ways, including three-dimensional parametric plots, spherical plots, polar plots, and ...
MathLink allows you to exchange data of any type with external programs. For more common types of data, you simply need to give appropriate :ArgumentTypes: or :ReturnType: ...
Lists are normally specified in Mathematica just by giving explicit lists of their elements. But particularly in working with large arrays, it is often useful instead to be ...
InverseFunctions is an option for Solve and related functions that specifies whether inverse functions should be used.