Mathematica supports an extremely wide range of mathematical notation, although often it does not assign a predefined meaning to it. Thus, for example, you can enter an ...
The notion of expressions is a crucial unifying principle in Mathematica. It is the fact that every object in Mathematica has the same underlying structure that makes it ...
Type the symbol that will have the subscript. Type x. Create a subscript by pressing the Control key and the - key at the same time.
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, ...
NumberOfNecklaces[n, nc, Cyclic] returns the number of distinct ways in which an n-bead necklace can be colored with nc colors, assuming that two colorings are equivalent if ...
BoxFillingStyle is an option for BoxWhiskerPlot which specifies a color to be used in drawing the box.
BoxLineStyle is an option for BoxWhiskerPlot which specifies styles to be applied to the lines drawn in the plot.
BoxMedianStyle is an option for BoxWhiskerPlot which specifies additional styles to be applied specifically to the median lines in the plot.
Mathematica's symbolic character allows it to provide deep integrated support for algebraic numbers. At the core are Root objects, which provide exact implicit ...