|
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.
In StandardForm, explicit SubsuperscriptBox objects are output literally. You can use DisplayForm to see the display form of such objects.
See Section 2.9.10.
See also: SubscriptBox, SuperscriptBox, UnderoverscriptBox.
New in Version 3.
|