Powers with integer exponent
Summary
- an : a is the base, n is the exponent , a∈R,n∈Z :
- If n∈N ( n is a natural number) then an is defined as
an=a⋅a⋅…⋅a
- ( n factors)
- If n∈N then −n<0 and −n∈Z . If a≠0 then a−n is defined as
a−n=1an=1a⋅a⋅…⋅a
- ( n factors)
- a0=1 if a≠0 (else undefined)
- 0b=0 if b>0 (else undefined)
- Exponentiation before multiplication/division so 2⋅32=2⋅9 and not 62 .
- anm means a(nm) . If you want to raise an to the power m , write (an)m