SubsuperscriptBox
SubsuperscriptBox[
x
,
y
,
z
] represents .
SubsuperscriptBox[
x
,
y
,
z
] can be input as x \_
y \%
z when inside \( ... \). In a notebook a SubsuperscriptBox can be created by using  - or  _ to move to the subscript, then  % to move to the superscript.    moves out of the subscript or superscript position. In StandardForm and InputForm, SubsuperscriptBox[
x
,
y
,
z
] is interpreted on input as Power[Subscript[
x
,
y
],
z
]. The baseline of SubsuperscriptBox[
x
,
y
,
z
] is taken to be the baseline of x. SubsuperscriptBox[
x
,
y
,
z
] is usually output with y and z in a smaller font than x. With the option setting LimitsPositioning->True
y and z are placed in underscript and overscript positions when the whole SubsuperscriptBox is displayed large, and in subscript and superscript positions when it is displayed smaller. In StandardForm, explicit SubsuperscriptBox objects are output literally. You can use DisplayForm to see the display form of such objects. See The Mathematica Book on the web:Section 2.8.10. See also: SuperscriptBox, UnderoverscriptBox.
|
|
|
|
 |
|
|