Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  The Teacher's Book /  Basic Calculations /  Input and Output in Notebooks /

11.6 Subscripts, Bars and Other Modifiers

Here is a typical palette of modifiers.

Mathematica TE allows you to use any expression as a subscript.

In[1]:=

Out[1]=

Unless you specifically tell it otherwise, Mathematica TE will interpret a superscript as a power.

In[2]:=

Out[2]=

Special input forms based on control characters. The second forms given should work on any keyboard.

This enters a subscript using control keys.

In[3]:= Expand[(1 + xControlKey LeftModified_RightModified1+nControlKey LeftModified RightModified)^4]

Out[3]=

Just as ControlKey LeftModified ^RightModified and ControlKey LeftModified_RightModified go to superscript and subscript positions, so also ControlKey LeftModified&RightModified and ControlKey LeftModified=RightModified can be used to go to positions directly above and below. With the layout of a standard English-language keyboard ControlKey LeftModified&RightModified is directly to the right of ControlKey LeftModified^RightModified while ControlKey LeftModified=RightModified is directly to the right of ControlKey LeftModified_RightModified.

Ways to enter some common modifiers using control keys.

Here is .

In[4]:= x ControlKey LeftModified&RightModified_ ControlKey LeftModified RightModified

Out[4]=

You can use as a variable.

In[5]:= Solve[a^2 == %, a]

Out[5]=

Ways to enter modifiers without control keys. All these forms can be used only inside \!\( ... \).