Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
Exists
(Built-in Mathematica Symbol) Exists[x, expr] represents the statement that there exists a value of x for which expr is True. Exists[x, cond, expr] states that there exists an x satisfying the condition ...
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
RootReduce[expr] attempts to reduce expr to a single Root object.
Extensively used within the Mathematica system itself, MathLink is Mathematica's unique high-level symbolic interface standard for interprogram communication. With convenient ...
FontFamily is an option for Style and Cell that specifies the font family in which text should be rendered.
Mathematica saves information about every plot you produce, so that you can later redraw it. When you redraw plots, you can change some of the options you use. Functions for ...
NumberFieldIntegralBasis[a] gives an integral basis for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
Images are an important standard data structure, tightly integrated with the Mathematica front end and kernel. Image objects are created by default when you import any file ...
TetGenGetPointMarkers[expr] returns the point markers in a TetGen expression.