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 ...
CatalanNumber and Subfactorial have been added to the built-in Mathematica kernel. CatalanNumber and Subfactorial can now be evaluated numerically for noninteger arguments. ...
Mathematica has a very general notion of functions, as rules for arbitrary transformations. Values for variables are also assigned in this manner. When you set a value for a ...
Content in a Mathematica notebook is organized in cells. Each cell has a cell bracket that appears along the right edge of the notebook window. Markings on a cell bracket ...
AngerJ
(Built-in Mathematica Symbol) AngerJ[\[Nu], z] gives the Anger function J_v(z).AngerJ[\[Nu], \[Mu], z] gives the associated Anger function J_\[Nu]^\[Mu](z).
ArcCot
(Built-in Mathematica Symbol) ArcCot[z] gives the arc cotangent cot -1 (z) of the complex number z.
ArcTanh
(Built-in Mathematica Symbol) ArcTanh[z] gives the inverse hyperbolic tangent tanh -1 (z) of the complex number z.
Catch
(Built-in Mathematica Symbol) Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
DawsonF
(Built-in Mathematica Symbol) DawsonF[z] gives the Dawson integral F(z).
FindRoot[f, {x, x_0}] searches for a numerical root of f, starting from the point x = x_0.FindRoot[lhs == rhs, {x, x_0}] searches for a numerical solution to the equation lhs ...