^ - Comando Tex

NOME

^- usado para indicar expoentes; usado para indicar sobrescritos; usado para limites em grandes operadores.

SINOPSE

{ <#1> ^ #2}

DESCRIÇÃO

^ é usado para indicar expoentes; usado para indicar sobrescritos; usado para limites em grandes operadores.

OPÇÕES

\
Entrada Descrição
# 1 o argumento # 1 é opcional
# 2 use colchetes em # 2, conforme necessário, para esclarecer qual é o expoente.

EXEMPLOS

  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 {vezes}} $
Impressão