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

_ - Tex Command


Advertisements

NAME

_ - used to indicate subscripts; used for limits on large operators.

SYNOPSIS

{ <#1> _ #2}

DESCRIPTION

^ is used to indicate exponents; used to indicate subscripts; 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. _2 
    2
  2. x_i^2 
    x2i
  3. {x_i}^2 
    xi2
  4. x_{i^2} 
    xi2
  5. x_{i_2} 
    xi2
  6. {x_i}_2 
    xi2
  7. ^a_bx^c_d 
    abxcd
  8. \sum_{n=1}^\infty 
    n=1
  9. \underbrace{x+\cdots+x} 
    _{n\text{ times}}
    
    x++xn times
Print