BodePlot[g] gives the Bode plot of a rational function g in one complex variable.BodePlot[sys] gives the Bode plot of a TransferFunctionModel or StateSpaceModel object ...
DaubechiesWavelet[] represents a Daubechies wavelet of order 2. DaubechiesWavelet[n] represents a Daubechies wavelet of order n.
EvaluationMonitor is an option for various numerical computation and plotting functions that gives an expression to evaluate whenever functions derived from the input are ...
HaarWavelet[] represents a Haar wavelet.
MeyerWavelet[] represents the Meyer wavelet of order 3.MeyerWavelet[n] represents the Meyer wavelet of order n evaluated on the equally spaced interval {-10, ...
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
The numerical method of lines is a technique for solving partial differential equations by discretizing in all but one dimension, and then integrating the semi-discrete ...
ListConvolve[ker, list] forms the convolution of the kernel ker with list. ListConvolve[ker, list, k] forms the cyclic convolution in which the k\[Null]^th element of ker is ...
RSolve
(Built-in Mathematica Symbol) RSolve[eqn, a[n], n] solves a recurrence equation for a[n]. RSolve[{eqn_1, eqn_2, ...}, {a_1[n], a_2[n], ...}, n] solves a system of recurrence equations. RSolve[eqn, a[n_1, ...