Mathematica includes many controls and structures related to controls as part of its core language. These control objects are supported in a completely seamless way ...
TraditionalForm differs from StandardForm, the default format for input and output. It is important to understand that TraditionalForm expressions cannot always be provided ...
MathML is an XML-based markup language for representing mathematics. It was developed by the W3C to provide an effective way to display math in web pages and facilitate the ...
Output from Above copies the contents of the nearest preceding output cell.
Page Break inserts a page break at the horizontal I-beam.
Typesetting opens a submenu of common typesetting actions.
InstallService["url"] installs the web service operations in the WSDL description at the URL given.InstallService["url", "context`"] installs web service operations, creating ...
Automatic Numbering creates an automatic numbering object, or counter, in the current notebook.
Input from Above copies and pastes contents of the nearest preceding input cell.
MatchQ
(Built-in Mathematica Symbol) MatchQ[expr, form] returns True if the pattern form matches expr, and returns False otherwise.