Polynomial algorithms are at the core of classical "computer algebra". Incorporating methods that span from antiquity to the latest cutting-edge research at Wolfram Research, ...
Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out and ...
File system directory hierarchy. Can contain files and subdirectories.
Assumptions is an option for functions such as Simplify, Refine, and Integrate that specifies default assumptions to be made about symbolic quantities.
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
Denominator[expr] gives the denominator of expr.
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
FromCharacterCode[n] gives a string consisting of the character with integer code n. FromCharacterCode[{n_1, n_2, ...}] gives a string consisting of the sequence of ...
GraphHighlightStyle is an option to Graph and related objects that specifies styles to use for highlighted graph elements.