^ - Tex Command



NAME

^ - used to indicate exponents; used to indicate superscripts; used for limits on large operators.

SYNOPSIS

{ <#1> ^ #2}

DESCRIPTION

^ is used to indicate exponents; used to indicate superscripts; used for limits on large operators.

OPTIONS

\
InputDescription
#1argument #1 is optional
#2use braces in #2, as needed, to clarify what is the exponent.

EXAMPLES

  1. ^i 
    $ ^i $
  2. x^i_2 
    $ x^i_2 $
  3. {x^i}_2 
    $ {x^i}_2 $
  4. x^{i_2} 
    $ x^{i_2} $
  5. x^{i^2} 
    $ x^{i^2} $
  6. {x^i}^2 
    $ {x^i}^2 $
  7. ^ax^b 
    $ ^ax^b $
  8. \sum_{n=1}^\infty 
    $ \sum_{n=1}^\infty $
  9. \overbrace{x+\cdots+x} ^{n\text{ times}} 
    $ \overbrace{x+\cdots+x} ^{n\text{ times}} $
Advertisements