lhs := rhs assigns rhs to be the delayed value of lhs. rhs is maintained in an unevaluated form. When lhs appears, it is replaced by rhs, evaluated afresh each time.
SystemsModelExtract[sys, {i_1, i_2, ...}] extracts the subsystem of the StateSpaceModel or TransferFunctionModel object sys associated with inputs at position ...
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...
MATHEMATICA HOW TO Tutorials » Sequences of Operations Evaluation See Also » CompoundExpression More About » Language Overview Mathematica Syntax Procedural Programming ...
Pattern
(Built-in Mathematica Symbol) s : obj represents the pattern object obj, assigned the name s.
ContinuousWaveletTransform[{x_1, x_2, ...}] gives the continuous wavelet transform of a list of values x_i.ContinuousWaveletTransform[data, wave] gives the continuous wavelet ...
Characters that are not letters, letter-like forms, or structural elements are treated by Mathematica as operators. Mathematica has built-in rules for interpreting all ...
The Mathematica function NDSolve is a general numerical differential equation solver. It can handle a wide range of ordinary differential equations (ODEs) as well as some ...
FindLinearRecurrence[list] finds if possible the minimal linear recurrence that generates list.FindLinearRecurrence[list, d] finds if possible the linear recurrence of ...
Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.