Resolve
(Built-in Mathematica Symbol) Resolve[expr] attempts to resolve expr into a form that eliminates ForAll and Exists quantifiers. Resolve[expr, dom] works over the domain dom. Common choices of dom are ...
SystemHelpPath is a global option that specifies which directories are searched for the help notebooks used within the help system.
UUE
(Mathematica Import/Export Format) Unix uuencoding format. Encodes binary data as a sequence of printable ASCII characters. Commonly used for the transmission of binary content by email. The name uuencode is ...
PropertyValue[{obj, item}, name] gives the property value associated with name for item in obj.
ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
KnotData[knot, " property"] gives the specified property for a knot.KnotData[knot] gives an image of the knot.KnotData["class"] gives a list of knots in the specified class.
AutoOpenPalettes is a global option that specifies the palettes that are automatically opened when Mathematica is started.
This tutorial discusses how the GUIObject expression for a running GUI can be a handle to the widgets that make up the interface. This lets you get runtime information about ...
BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.
As of Version 7, the Vector Field Plotting Package has been integrated into the Mathematica kernel.