Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Low-Level Notebook Structure > SuperscriptBox >

SuperscriptBox

SuperscriptBox
is the low-level box representation for in notebook expressions.
  • In a notebook a SuperscriptBox can be created using Ctrl+6 or Ctrl+^. Ctrl+Space moves out of the superscript.
Display a letter with a superscript:
A SuperscriptBox form is typically interpreted as a power:
The standard formatting for Power expressions uses SuperscriptBox:
Display a typeset structure with a superscript on a superscript:
Display a letter with a superscript:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
A SuperscriptBox form is typically interpreted as a power:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]//FullForm=
 
The standard formatting for Power expressions uses SuperscriptBox:
In[1]:=
Click for copyable input
Out[1]//FullForm=
 
Display a typeset structure with a superscript on a superscript:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
New in 3 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF