LQGRegulator[{ss, sensors, finputs}, {w, v, h}, {q, r, p}] constructs the optimal feedback regulator for the StateSpaceModel ss using noisy measurements sensors and feedback ...
PermutationGroup[{perm_1, ..., perm_n}] represents the group generated by multiplication of the permutations perm_1, ..., perm_n.
OpenCLMersenneTwister[n] generates n random reals using the Mersenne Twister algorithm.
SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
Function::attf
This example demonstrates how to create a reusable GUIKit` widget for wrapping Plot and some of its options. You can easily treat the PlotGroup example as a single reusable ...
Function::fdup Compile::fdup
CoefficientList[poly, var] gives a list of coefficients of powers of var in poly, starting with power 0. CoefficientList[poly, {var_1, var_2, ...}] gives an array of ...
DiscreteLyapunovSolve[a, c] finds the numeric solution x of the discrete matrix equation a.x.a\[ConjugateTranspose] - x == c.DiscreteLyapunovSolve[a, b, c] solves a.x.b - x ...
EdgeCoverQ[g, elist] yields True if the edge list elist is an edge cover of the graph g and False otherwise.