Mathematica serves as a convenient and extensible environment for doing basic math. In addition to performing advanced calculations, Mathematica can also be used as a ...
CyclicGroup[n] represents the cyclic group of degree n.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
Rational is the head used for rational numbers.
StringForm["controlstring", expr_1, ...] prints as the text of the controlstring, with the printed forms of the expr_i embedded.
Symbol
(Built-in Mathematica Symbol) Symbol["name"] refers to a symbol with the specified name.
ToExpression[input] gives the expression obtained by interpreting strings or boxes as Mathematica input. ToExpression[input, form] uses interpretation rules corresponding to ...
Mathematica provides an extensive, straightforward set of tools to control the appearance of your charts. Whether you are creating chart legends with the symbolic wrapper ...
AppendTo[s, elem] appends elem to the value of s, and resets s to the result.
Characters["string"] gives a list of the characters in a string.