RootLocusPlot[g, {k, k_min, k_max}] generates the root locus plot of a rational function g of k ranging from k_min to k_max.RootLocusPlot[sys, ...] plots the root loci of a ...
StirlingS2[n, m] gives the Stirling number of the second kind \[ScriptCapitalS]_n^(m).
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
I
(Built-in Mathematica Symbol) I represents the imaginary unit Sqrt[-1].
LatticeData[lattice, " property"] gives the specified property for a lattice.LatticeData[n] gives a list of named lattices of dimension n.
If you make a definition like f[x_]:=x Sin[x], Mathematica will store the expression x Sin[x] in a form that can be evaluated for any x. Then when you give a particular value ...
Google.com is a well-known web search engine. Google has made a web service available that allows developers to interface with their search engine within their own ...
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...
LiftingWaveletTransform[data] gives the lifting wavelet transform (LWT) of an array of data.LiftingWaveletTransform[data, wave] gives the lifting wavelet transform using the ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient search methods use ...