Powers with integer exponent

Summary

  • an : a is the base, n is the exponent , aR,nZ :
  • If nN ( n is a natural number) then an is defined as

an=aaa

  • ( n factors)
  • If nN then n<0 and nZ . If a0 then an is defined as

an=1an=1aaa

  • ( n factors)
  • a0=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