ButterflyGraph[n] returns the n-dimensional butterfly graph, a directed graph whose vertices are pairs (w, i), where w is a binary string of length n and i is an integer in ...
SetVertexWeights[g] assigns random real weights in the range [0, 1] to vertices in g. SetVertexWeights[g, w] assigns the weights in the weight list w to the vertices of g. ...
CatalanNumber and Subfactorial have been added to the built-in Mathematica kernel. CatalanNumber and Subfactorial can now be evaluated numerically for noninteger arguments. ...
Mathematica's built-in SparseArray function should be used to create tridiagonal matrices. Mathematica kernel's built-in sparse solver LinearSolve has replaced ...
JustMajor is an interval list for the Just Major scale.
There are two ways to use the functions in this package to place a legend in a graphic: the first can only be used as an option to the built-in functions Plot, ListPlot and ...
ParameterRanges[] gives the intervals over which each the of the parameters in the default coordinate system may range. ParameterRanges[coordsys] gives the ranges for each of ...
Long viewed as an important theoretical idea, functional programming finally became truly convenient and practical with the introduction of Mathematica's symbolic language. ...
In Mathematica, graphs can be constructed in a variety of ways. They can be built from vertices and edges directly in a symbolic form. They can come from built-in curated ...
Mathematica offers great flexibility for adding text to graphics; you can add text interactively using the Drawing Tools palette or programmatically using various graphics ...