Powers with integer exponent
Summary
- anan : aa is the base, nn is the exponent , a∈R,n∈Za∈R,n∈Z :
- If n∈Nn∈N ( nn is a natural number) then anan is defined as
an=a⋅a⋅…⋅aan=a⋅a⋅…⋅a
- ( nn factors)
- If n∈Nn∈N then −n<0−n<0 and −n∈Z−n∈Z . If a≠0a≠0 then a−na−n is defined as
a−n=1an=1a⋅a⋅…⋅aa−n=1an=1a⋅a⋅…⋅a
- ( nn factors)
- a0=1a0=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