DOCUMENTATION CENTER SEARCH
Mathematica
>
Symbolic Notational Forms
>
Built-in
Mathematica
Symbol
Operators without Built-in Meanings
Names of Symbols and Mathematical Objects
Formatted Output
Tutorials »
|
Subscript
Subsuperscript
Overscript
ScriptSizeMultipliers
SuperscriptBox
See Also »
|
Symbolic Notational Forms
More About »
Superscript
Superscript
[
x
,
y
]
is an object that formats as
.
MORE INFORMATION
Input of the form
in a notebook is interpreted as
Power
[
x
,
y
]
, not as
Superscript
[
x
,
y
]
.
Superscript
[
x
,
y
]
formats as
in
StandardForm
and
TraditionalForm
.
In
InputForm
,
Superscript
[
x
,
y
]
formats literally as
Superscript
[
x
,
y
]
.
The baseline of
Superscript
[
x
,
y
]
is taken to be the baseline of
.
Superscript
[
x
,
y
]
is normally output with
in a smaller font than
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
In[1]:=
Out[1]=
Entering superscript notation directly, through
x
Ctrl
+
^
y
will be interpreted as
Power
[
x
,
y
]
:
In[1]:=
Out[1]=
In[2]:=
Out[2]//FullForm=
SEE ALSO
Subscript
Subsuperscript
Overscript
ScriptSizeMultipliers
SuperscriptBox
TUTORIALS
Operators without Built-in Meanings
Names of Symbols and Mathematical Objects
Formatted Output
MORE ABOUT
Symbolic Notational Forms
New in 3
© 2008 Wolfram Research, Inc.