In addition to the interfaces of Import and Export, Mathematica 8 comes with an autoloading mechanism that simplifies the registration of formats used by the Import and ...
Csch
(Built-in Mathematica Symbol) Csch[z] gives the hyperbolic cosecant of z.
JacobiCN[u, m] gives the Jacobi elliptic function cn(u | m).
Pochhammer[a, n] gives the Pochhammer symbol (a) n.
Palettes are like extensions of your keyboard. They can be used to perform many actions in Mathematica, including entering typesetting characters, styling notebooks, and ...
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 ...
"DebuggerStep" is a front end token that stops the evaluation at the beginning of the next expression.
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
Evaluating integrals is much more difficult than evaluating derivatives. For derivatives, there is a systematic procedure based on the chain rule that effectively allows any ...
The function FindRoot has a Jacobian option; the functions FindMinimum, FindMaximum, and FindFit have a Gradient option; and the "Newton" method has a method option Hessian. ...