In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...
BooleanFunction[k, n] represents the k\[Null]^th Boolean function in n variables.BooleanFunction[values] represents the Boolean function corresponding to the specified vector ...
The complete collection of Greek letters in Mathematica. You can use Greek letters as the names of symbols. The only Greek letter with a built-in meaning in StandardForm is ...
Mathematica provides a powerful and unique environment for parallel computing. Much of the functionality can be used with a minimum of effort and without paying too much ...
DeBruijnGraph[m, n] constructs the n-dimensional De Bruijn graph with m symbols for integers m > 0 and n > 1. DeBruijnGraph[alph, n] constructs the n-dimensional De Bruijn ...
DepthFirstTraversal[g, v] performs a depth-first traversal of graph g starting from vertex v, and gives a list of vertices in the order in which they were encountered. ...
GraphPolynomial[n, x] returns a polynomial in x in which the coefficient of x^m is the number of nonisomorphic graphs with n vertices and m edges. GraphPolynomial[n, x, ...
PartitionLattice[n] returns a Hasse diagram of the partially ordered set on set partitions of 1 through n in which p < q if q is finer than p, that is, each block in q is ...
ShuffleExchangeGraph[n] returns the n-dimensional shuffle-exchange graph whose vertices are length n binary strings with an edge from w to Derivative[1][w] if (i) ...
RevolutionPlot3D and SphericalPlot3D have been added to the built-in Mathematica kernel. RevolutionPlot3D includes the functionality of CylindricalPlot3D.