vimwiki

Power arithmetic

Product of power with the same base

x^m * x^n = x^(m + n)

Power of power

(x^m)^n = x^(m * n)

Power of product

(xy)^n = x^n * y^n

Quotion of power

x^m / x^n = x^(m - n)