Mathematica 9 is now available

SubsuperscriptBox

Usage

SubsuperscriptBox[x, y, z] is the low-level box representation for  .


Notes

SubsuperscriptBox[x, y, z] can be input as x \_ y \% z when inside \( ... \).
• In a notebook a SubsuperscriptBox can be created by using ControlKeyLeftModified-RightModified or ControlKeyLeftModified_RightModified to move to the subscript, then ControlKeyLeftModified%RightModified to move to the superscript. ControlKeyLeftModified RightModified moves out of the subscript or superscript position.
• In StandardForm, 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.
• New in Version 3.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.