Powers with integer exponent

Summary

  • anan : aa is the base, nn is the exponent , aR,nZaR,nZ :
  • If nNnN ( nn is a natural number) then anan is defined as

an=aaaan=aaa

  • ( nn factors)
  • If nNnN then n<0n<0 and nZnZ . If a0a0 then anan is defined as

an=1an=1aaaan=1an=1aaa

  • ( nn factors)
  • a0=1a0=1 if a0 (else undefined)
  • 0b=0 if b>0 (else undefined)
  • Exponentiation before multiplication/division so 232=29 and not 62 .
  • anm means a(nm) . If you want to raise an to the power m , write (an)m