Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
Version 6.0 greatly extended Mathematica's powerful symbolic document paradigm, integrating support for editable symbolic graphics, structure-programmable table layouts, ...
Version 7.0 introduces built-in zero-configuration parallel computing. Taking full advantage of Mathematica's unique symbolic architecture, Version 7.0 provides an ...
Mathematica 8 introduces numerous new usability features, including a whole new paradigm for entering input using free-form linguistics that no longer require even ...
Huge numerical datasets are routine for Mathematica. Its powerful array primitives make large-scale array manipulation both easy to specify and highly efficient. And its ...
Integrated into Mathematica is a full range of state-of-the-art local and global optimization techniques, both numeric and symbolic, including constrained nonlinear ...
Integrated into the core Mathematica language is industrial-strength string manipulation, not only with ordinary regular expressions, but also with Mathematica's own powerful ...
ArcCoth
(Built-in Mathematica Symbol) ArcCoth[z] gives the inverse hyperbolic cotangent coth -1 (z) of the complex number z.
Clip
(Built-in Mathematica Symbol) Clip[x] gives x clipped to be between -1 and +1. Clip[x, {min, max}] gives x for min <= x <= max, min for x < min and max for x > max. Clip[x, {min, max}, {v_min, v_max}] ...
FindSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Find dialog box.