JordanDecomposition[m] yields the Jordan decomposition of a square matrix m. The result is a list {s, j} where s is a similarity matrix and j is the Jordan canonical form of ...
LQEstimatorGains[ss, {w, v}] gives the optimal estimator gain matrix for the StateSpaceModel object ss with process and measurement noise covariance matrices w and ...
PascalDistribution[n, p] represents a Pascal distribution with parameters n and p.
PolyaAeppliDistribution[\[Theta], p] represents a Polya\[Dash]Aeppli distribution with shape parameters \[Theta] and p.
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
Subresultants[poly_1, poly_2, var] generates a list of the principal subresultant coefficients of the polynomials poly_1 and poly_2 with respect to the variable var.
SystemsModelParallelConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in parallel.SystemsModelParallelConnect[sys_1, sys_2, ...
CUDAMemoryLoad[list] registers list into the CUDALink memory manager.CUDAMemoryLoad[img] registers img into the CUDALink memory manager.
HamiltonianCycles[g, n] gives a list of n Hamiltonian cycles.HamiltonianCycles[g] gives a list of one Hamiltonian cycle.
KroneckerProduct[m_1, m_2, ...] constructs the Kronecker product of the arrays m_i.