This package provides functions for the generation of standard waveforms and waveforms with user-specified spectra, the synthesis of amplitude and frequency modulated ...
When numerically solving Hamiltonian dynamical systems it is advantageous if the numerical method yields a symplectic map. If the Hamiltonian can be written in separable ...
Plot
(Built-in Mathematica Symbol) Plot[f, {x, x_min, x_max}] generates a plot of f as a function of x from x_min to x_max. Plot[{f_1, f_2, ...}, {x, x_min, x_max}] plots several functions f_i.
CommunityModularity[g, partition] gives the community modularity of a partition.CommunityModularity[g, assignment] gives the community modularity of an assignment.
EffectiveInterest[r, q] gives the effective interest rate corresponding to interest specification r, compounded at time intervals q.
HermiteDecomposition[m] gives the Hermite normal form decomposition of an integer matrix m.
LaplaceTransform[expr, t, s] gives the Laplace transform of expr. LaplaceTransform[expr, {t_1, t_2, ...}, {s_1, s_2, ...}] gives the multidimensional Laplace transform of ...
LogLikelihood[dist, {x_1, x_2, ...}] gives the log-likelihood function for observations x_1, x_2, ... from the distribution dist.
LUDecomposition[m] generates a representation of the LU decomposition of a square matrix m.
MovingAverage[list, r] gives the moving average of list, computed by averaging runs of r elements.MovingAverage[list, {w_1, w_2, ..., w_r}] gives the moving average of list, ...