Loading [MathJax]/jax/output/HTML-CSS/jax.js

^ - Tex Command


Advertisements

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 
    xi2
  3. {x^i}_2 
    xi2
  4. x^{i_2} 
    xi2
  5. x^{i^2} 
    xi2
  6. {x^i}^2 
    xi2
  7. ^ax^b 
    axb
  8. \sum_{n=1}^\infty 
    n=1
  9. \overbrace{x+\cdots+x} ^{n\text{ times}} 
    n timesx++x
Print