Mathematica's strengths in algebraic computation and graphics as well as numerics combine to bring unprecedented flexibility and power to geometric computation. Making ...
Automatically selecting between hundreds of powerful and in many cases original algorithms, Mathematica provides both numerical and symbolic solving of differential equations ...
In two decades of intense algorithmic development, Mathematica has established a new level of numerical computation. Particularly notable are its many original highly ...
Power series are in many ways the algebraic analog of limited-precision numbers. Mathematica can generate series approximations to virtually any combination of built-in ...
Standard is a setting of ModulationType, an option of function FrequencyModulation.
BinarySubsets[l] gives all subsets of l ordered according to the binary string defining each subset. For any positive integer n, BinarySubsets[n] gives all subsets of {1, 2, ...
Bridges
(Combinatorica Package Symbol) Bridges[g] gives a list of the bridges of graph g, where each bridge is an edge whose removal disconnects the graph.
ConnectedComponents[g] gives the vertices of graph g partitioned into connected components.
CycleIndex[pg, x] returns the polynomial in x[1], x[2], ..., x[index[pg]] that is the cycle index of the permutation group pg. Here index[pg] refers to the length of each ...
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. ...