ToCombinatoricaGraph[g] return the Combinatorica representation of the graph g.ToCombinatoricaGraph[g, n] return the graph g, adding additional unconnected vertices, if ...
VarianceRatioTest[list_1, list_2, r] performs a test with null hypothesis \[Sigma]_1 2/\[Sigma]_2 2 = r.
KSetPartitions[set, k] returns the list of set partitions of set with k blocks. KSetPartitions[n, k] returns the list of set partitions of {1, 2, ..., n} with k blocks. If ...
EquationTrekkerState[{eqns, dvars, {t, t_min, t_max}}, params, treks, opts] is the data object returned by the function EquationTrekker, that contains the information needed ...
Explicit
(Numerical Differential Equation Analysis Package Symbol) Explicit is a setting for the option RungeKuttaMethod specifying the type of Runge\[Dash]Kutta method to be generated.
FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.
GetAssemblyObject[asm ] returns the .NET Assembly object corresponding to the specified NETAssembly expression asm.
GetTypeObject[type _NETType] returns the .NET Type object corresponding to the specified NETType expression.
WrapInNETBlock is an option to AddEventHandler and NETNewDelegate that specifies whether or not the Mathematica callback function assigned to the delegate should be ...
This example demonstrates simple interaction with a slider widget.