|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SuperscriptBox
SuperscriptBox[x, y]
is the low-level box representation for
in notebook expressions.
Details and OptionsDetails and Options
- SuperscriptBox is the low-level representation of Superscript. Except for low-level notebook expression manipulation, SuperscriptBox should not need to be used directly.
- Inside
SuperscriptBox[x, y] can be input as
. - In a notebook a SuperscriptBox can be created using Ctrl+6 or Ctrl+^. Ctrl+Space moves out of the superscript.
- In StandardForm, SuperscriptBox[x, y] is interpreted on input as Power[x, y].
- The baseline of SuperscriptBox[x, y] is taken to be the baseline of x.
- SuperscriptBox[x, y] is usually output with y in a smaller font than x.
- In StandardForm, explicit SuperscriptBox objects are output literally. You can use DisplayForm to see the display form of such objects.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Display a letter with a superscript:
| In[1]:= |
Out[1]//DisplayForm= | |
A SuperscriptBox form is typically interpreted as a power:
| In[1]:= |
| Out[1]= |
| In[2]:= |
Out[2]//FullForm= | |
The standard formatting for Power expressions uses SuperscriptBox:
| In[1]:= |
Out[1]//FullForm= | |
Display a typeset structure with a superscript on a superscript:
| In[1]:= |
Out[1]//DisplayForm= | |
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
