|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
UnderoverscriptBox
UnderoverscriptBox[x, y, z]
is the low-level box representation for
in notebook expressions.
Details and OptionsDetails and Options
- UnderoverscriptBox is the low-level representation of Underoverscript. Except for low-level notebook expression manipulation, UnderoverscriptBox should not need to be used directly.
- Inside
UnderoverscriptBox[x, y, z] can be input as
. - To create an UnderoverscriptBox in a notebook, use either Ctrl+$ to create a normal underscript or Ctrl+& to create a normal overscript. After typing the first script, use Ctrl+% to create the opposite script position. Ctrl+Space moves out of the underscript or overscript position.
- In StandardForm, UnderoverscriptBox[x, y, z] is interpreted on input as Underoverscript[x, y, z].
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Display a letter with an underscript and an overscript:
| In[1]:= |
Out[1]//DisplayForm= | |
An UnderoverscriptBox form is typically interpreted as an Underoverscript expression:
| In[1]:= |
| Out[1]= |
| In[2]:= |
Out[2]//FullForm= | |
The standard formatting for Underoverscript uses UnderoverscriptBox:
| In[1]:= |
Out[1]//FullForm= | |
The formatted result looks like this:
| In[2]:= |
| Out[2]= |
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
