SubscriptBox[x, y] is the low-level box representation for x_y in notebook expressions.
SuperscriptBox[x, y] is the low-level box representation for x^y in notebook expressions.
TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.
UnderoverscriptBox[x, y, z] is the low-level box representation for x_y^z in notebook expressions.
WindowTitle is an option that specifies the title to give for a window.
$MaxPrecision gives the maximum number of digits of precision to be allowed in arbitrary-precision numbers.
$TimeZone gives the current time zone to assume for dates and times.
You can do arithmetic with Mathematica just as you would on an electronic calculator. This is the sum of two numbers. Here the / stands for division, and the ^ stands for ...
Mathematica allows you not only to export graphics and sounds, but also to import them. With Import you can read graphics and sounds in a wide variety of formats, and bring ...
Evaluating integrals is much more difficult than evaluating derivatives. For derivatives, there is a systematic procedure based on the chain rule that effectively allows any ...