|
|
||
|
|
| MATHEMATICA TUTORIAL | |Related Tutorials » |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| Ctrl+_ or Ctrl+- | go to the position for a subscript |
| Ctrl++ or Ctrl+4 | go to the position underneath |
| Ctrl+^ or Ctrl+6 | go to the position for a superscript |
| Ctrl+& or Ctrl+7 | go to the position on top |
| Ctrl+Space | return from a special position |
Special input forms based on control characters. The second forms given should work on any keyboard.
| In[3]:= |
| Out[3]= |
key sequence | displayed form | expression form |
| x Ctrl+& _ | ![]() | OverBar[x] |
| x Ctrl+& Esc vec Esc | ![]() | OverVector[x] |
| x Ctrl+& ~ | ![]() | OverTilde[x] |
| x Ctrl+& ^ | ![]() | OverHat[x] |
| x Ctrl+& . | ![]() | OverDot[x] |
| x Ctrl+4 _ | ![]() | UnderBar[x] |
Ways to enter some common modifiers using control keys.
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |