NyquistPlot[g] gives the Nyquist plot of a rational function g in one complex variable.NyquistPlot[sys] gives the Nyquist plot of a TransferFunctionModel or StateSpaceModel ...
O
(Built-in Mathematica Symbol) O[x]^n represents a term of order x^n. O[x]^n is generated to represent omitted higher-order terms in power series. O[x, x_0]^n represents a term of order (x - x_0) n.
You can enter complex numbers in Mathematica just by including the constant I, equal to Sqrt[-1]. Make sure that you type a capital I. If you are using notebooks, you can ...
Parallelize[expr] evaluates expr using automatic parallelization.
DifferenceRoot[lde] represents a function that solves the linear difference equation specified by lde[a, n].
Filling
(Built-in Mathematica Symbol) Filling is an option for ListPlot, Plot, Plot3D, and related functions that specifies what filling to add under points, curves, and surfaces.
ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
A Bernoulli equation is a first-order equation of the form The problem of solving equations of this type was posed by James Bernoulli in 1695. A year later, in 1696, G. ...
The first argument given to DSolve is the differential equation, the second argument is the unknown function, and the last argument identifies the independent variable. Here ...
BarabasiAlbertGraphDistribution[n, k] represents a Barabasi\[Dash]Albert graph distribution for n-vertex graphs where a new vertex with k edges is added at each step.