AiryAiPrime[z] gives the derivative of the Airy function Ai^\[Prime] (z).
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
MapIndexed[f, expr] applies f to the elements of expr, giving the part specification of each element as a second argument to f. MapIndexed[f, expr, levelspec] applies f to ...
ContinuousTimeModelQ[expr] gives True if expr is a continuous-time StateSpaceModel or TransferFunctionModel object, and False otherwise.
ImageConvolve[image, ker] gives the convolution of image with kernel ker.
Output formats for numbers. These numbers are given in the default output format. Large numbers are given in scientific notation. This gives all numbers in scientific ...
Mathematica has many powerful features, to handle a wide range of statistical needs. Some of the most elementary are outlined below.
Stack
(Built-in Mathematica Symbol) Stack[] shows the current evaluation stack, giving a list of the tags associated with evaluations that are currently being done. Stack[pattern] gives a list of expressions ...
Messages[symbol] gives all the messages assigned to a particular symbol.
RecurrenceTable[eqns, expr, {n, n_max}] generates a list of values of expr for successive n based on solving the recurrence equations eqns.RecurrenceTable[eqns, expr, nspec] ...