Exponentiation

"Exponent" redirects here. For other uses, see Exponent (disambiguation).
Graphs of y = bx for various bases b: base 10 (green), base e (red), base 2 (blue), and base 1/2 (cyan). Each curve passes through the point (0, 1) because any nonzero number raised to the power of 0 is 1. At x = 1, the value of y equals the base because any number raised to the power of 1 is the number itself.
Calculation results
Addition (+)
Subtraction (−)
Multiplication (×)
Division (÷)
Modulo (mod)
Exponentiation
nth root (√)
Logarithm (log)

Exponentiation is a mathematical operation, written as bn, involving two numbers, the base b and the exponent n. When n is a positive integer, exponentiation corresponds to repeated multiplication of the base: that is, bn is the product of multiplying n bases:

In that case, bn is called the n-th power of b, or b raised to the power n.

The exponent is usually shown as a superscript to the right of the base. Some common exponents have their own names: the exponent 2 (or 2nd power) is called the square of b (b2) or b squared; the exponent 3 (or 3rd power) is called the cube of b (b3) or b cubed. The exponent −1 of b, or 1 / b, is called the reciprocal of b.

When n is a negative integer and b is not zero, bn is naturally defined as 1/bn, preserving the property bn × bm = bn + m.

The definition of exponentiation can be extended to allow any real or complex exponent. Exponentiation by integer exponents can also be defined for a wide variety of algebraic structures, including matrices.

Exponentiation is used extensively in many fields, including economics, biology, chemistry, physics, and computer science, with applications such as compound interest, population growth, chemical reaction kinetics, wave behavior, and public-key cryptography.

History of the notation

The term power was used by the Greek mathematician Euclid for the square of a line.[1] Archimedes discovered and proved the law of exponents, 10a 10b = 10a+b, necessary to manipulate powers of 10.[2] In the 9th century, the Persian mathematician Muhammad ibn Mūsā al-Khwārizmī used the terms mal for a square and kahb for a cube, which later Islamic mathematicians represented in mathematical notation as m and k, respectively, by the 15th century, as seen in the work of Abū al-Hasan ibn Alī al-Qalasādī.[3]

In the late 16th century, Jost Bürgi used Roman numerals for exponents.[4]

Early in the 17th century, the first form of our modern exponential notation was introduced by Rene Descartes in his text titled La Géométrie; there, the notation is introduced in Book I.[5]

Nicolas Chuquet used a form of exponential notation in the 15th century, which was later used by Henricus Grammateus and Michael Stifel in the 16th century. The word "exponent" was coined in 1544 by Michael Stifel.[6] Samuel Jeake introduced the term indices in 1696.[1] In the 16th century Robert Recorde used the terms square, cube, zenzizenzic (fourth power), sursolid (fifth), zenzicube (sixth), second sursolid (seventh), and zenzizenzizenzic (eighth).[7] Biquadrate has been used to refer to the fourth power as well.

Some mathematicians (e.g., Isaac Newton) used exponents only for powers greater than two, preferring to represent squares as repeated multiplication. Thus they would write polynomials, for example, as ax + bxx + cx3 + d.

Another historical synonym, involution,[8] is now rare and should not be confused with its more common meaning.

In 1748 Leonhard Euler wrote "consider exponentials or powers in which the exponent itself is a variable. It is clear that quantities of this kind are not algebraic functions, since in those the exponents must be constant."[9] With this introduction of transcendental functions, Euler laid the foundation for the modern introduction of natural logarithm as the inverse function for y = ex.

Terminology

The expression b2 = bb is called the square of b because the area of a square with side-length b is b2. It is pronounced "b squared".

The expression b3 = bbb is called the cube of b because the volume of a cube with side-length b is b3. It is pronounced "b cubed".

The exponent indicates how many copies of the base are multiplied together. For example, 35 = 3 ⋅ 3 ⋅ 3 ⋅ 3 ⋅ 3 = 243. The base 3 appears 5 times in the repeated multiplication, because the exponent is 5. Here, 3 is the base, 5 is the exponent, and 243 is the power or, more specifically, the fifth power of 3, 3 raised to the fifth power, or 3 to the power of 5.

The word "raised" is usually omitted, and very often "power" as well, so 35 is typically pronounced "three to the fifth" or "three to the five". Therefore, the exponentiation bn can be read as b raised to the n-th power, or b raised to the power of n, or b raised by the exponent of n, or most briefly as b to the n.

Exponentiation may be generalized from integer exponents to more general types of numbers.

Integer exponents

The exponentiation operation with integer exponents requires only elementary algebra.

Positive integer exponents

Formally, powers with positive integer exponents may be defined by the initial condition[10]

and the recurrence relation

From the associativity of multiplication, it follows that for any positive integers m and n,

Zero exponent

Any nonzero number raised by the exponent 0 is 1;[11] one interpretation of such a power is as an empty product. The case of 00 is discussed below.

Negative exponents

The following identity holds for an arbitrary integer n and nonzero b:

Raising 0 by a negative exponent is left undefined.

The identity above may be derived through a definition aimed at extending the range of exponents to negative integers.

For non-zero b and positive n, the recurrence relation from the previous subsection can be rewritten as

By defining this relation as valid for all integer n and nonzero b, it follows that

and more generally for any nonzero b and any nonnegative integer n,

This is then readily shown to be true for every integer n.

Combinatorial interpretation

For nonnegative integers n and m, the power nm is the number of functions from a set of m elements to a set of n elements (see cardinal exponentiation). Such functions can be represented as m-tuples from an n-element set (or as m-letter words from an n-letter alphabet).

05 = │ { } │ = 0 There is no 5-tuple from the empty set.
14 = │ { (1,1,1,1) } │ = 1 There is one 4-tuple from a one-element set.
23 = │ { (1,1,1), (1,1,2), (1,2,1), (1,2,2), (2,1,1), (2,1,2), (2,2,1), (2,2,2) } │ = 8 There are eight 3-tuples from a two-element set.
32 = │ { (1,1), (1,2), (1,3), (2,1), (2,2), (2,3), (3,1), (3,2), (3,3) } │ = 9 There are nine 2-tuples from a three-element set.
41 = │ { (1), (2), (3), (4) } │ = 4 There are four 1-tuples from a four-element set.
50 = │ { () } │ = 1 There is exactly one 0-tuple.

Identities and properties

The following identities hold for all integer exponents, provided that the base is non-zero:

Exponentiation is not commutative. This contrasts with addition and multiplication, which are. For example, 2 + 3 = 3 + 2 = 5 and 2 ⋅ 3 = 3 ⋅ 2 = 6, but 23 = 8, whereas 32 = 9.

Exponentiation is not associative either. Addition and multiplication are. For example, (2 + 3) + 4 = 2 + (3 + 4) = 9 and (2 ⋅ 3) ⋅ 4 = 2 ⋅ (3 ⋅ 4) = 24, but 23 to the 4 is 84 or 4096, whereas 2 to the 34 is 281 or 2417851639229258349412352. Without parentheses to modify the order of calculation, by convention the order is top-down, not bottom-up :

While Google and WolframAlpha follow the above convention, note that some computer programs such as Microsoft Office Excel or Matlab associate to the left instead, i.e. a^b^c is evaluated as (a^b)^c.

Particular bases

Powers of ten

In the base ten (decimal) number system, integer powers of 10 are written as the digit 1 followed or preceded by a number of zeroes determined by the sign and magnitude of the exponent. For example, 103 = 1000 and 10−4 = 0.0001.

Exponentiation with base 10 is used in scientific notation to denote large or small numbers. For instance, 299792458 m/s (the speed of light in vacuum, in metres per second) can be written as 2.99792458×108 m/s and then approximated as 2.998×108 m/s.

SI prefixes based on powers of 10 are also used to describe small or large quantities. For example, the prefix kilo means 103 = 1000, so a kilometre is 1000 m.

Powers of two

The positive powers of 2 are important in computer science because there are 2n possible values for an n-bit binary number.

Powers of 2 are important in set theory since a set with n members has a power set, or set of all subsets of the original set, with 2n members.

The negative powers of 2 are commonly used, and the first two have special names: half, and quarter.

In the base 2 (binary) number system, integer powers of 2 are written as 1 followed or preceded by a number of zeroes determined by the sign and magnitude of the exponent. For example, two to the power of three is written as 1000 in binary.

Powers of one

The powers of one are all one: 1n = 1.

Powers of zero

If the exponent is positive, the power of zero is zero: 0n = 0, where n > 0.

If the exponent is negative, the power of zero (0n, where n < 0) is undefined, because division by zero is implied.

If the exponent is zero, some authors define 00 = 1, whereas others leave it undefined, as discussed below under § Zero to the power of zero.

Powers of minus one

If n is an even integer, then (−1)n = 1.

If n is an odd integer, then (−1)n = −1.

Because of this, powers of −1 are useful for expressing alternating sequences. For a similar discussion of powers of the complex number i, see § Powers of complex numbers.

Large exponents

The limit of a sequence of powers of a number greater than one diverges; in other words, the sequence grows without bound:

bn → ∞ as n → ∞ when b > 1

This can be read as "b to the power of n tends to +∞ as n tends to infinity when b is greater than one".

Powers of a number with absolute value less than one tend to zero:

bn → 0 as n → ∞ when |b| < 1

Any power of one is always one:

bn = 1 for all n if b = 1

If the number b varies tending to 1 as the exponent tends to infinity then the limit is not necessarily one of those above. A particularly important case is

(1 + 1/n)ne as n → ∞

See § The exponential function below.

Other limits, in particular of those that take on an indeterminate form, are described in § Limits of powers below.

Rational exponents

Main article: nth root
From top to bottom: x1/8, x1/4, x1/2, x1, x2, x4, x8.

An nth root of a number b is a number x such that xn = b.

If b is a positive real number and n is a positive integer, then there is exactly one positive real solution to xn = b. This solution is called the principal nth root of b. It is denoted nb, where    is the radical symbol; alternatively, the principal root may be written b1/n. For example: 41/2 = 2, 81/3 = 2.

The fact that solves follows from noting that

If n is even, then xn = b has two real solutions if b is positive, which are the positive and negative nth roots (the positive one being denoted ). If b is negative, the equation has no solution in real numbers for even n.

If n is odd, then xn = b has one real solution. The solution is positive if b is positive and negative if b is negative.

The principal root of a positive real number b with a rational exponent u/v in lowest terms satisfies

where u is an integer and v is a positive integer.

Rational powers u/v, where u/v is in lowest terms, are positive if u is even (and hence v is odd) (because then bu is positive), and negative for negative b if u and v are odd (because then bu is negative). There are two roots, one of each sign, if b is positive and v is even (as exemplified by the case in which u = 1 and v = 2, whereby a positive b has two square roots); in this case the principal root is defined to be the positive one.

Thus we have (−27)1/3 = −3 and (−27)2/3 = 9. The number 4 has two 3/2th roots, namely 8 and −8; however, by convention 43/2 denotes the principal root, which is 8. Since there is no real number x such that x2 = −1, the definition of bu/v when b is negative and v is even must use the imaginary unit i, as described more fully in the section § Powers of complex numbers.

Care needs to be taken when applying the power identities with negative nth roots (i.e. negative bases). For instance:

is clearly wrong. The problem here occurs in taking the positive square root rather than the negative one starting from the third term, i.e.

In general the same sorts of problems occur as described for complex numbers in the section § Failure of power and logarithm identities.

Real exponents

The identities and properties shown above for integer exponents are true for positive real numbers with non-integer exponents as well. However the identity

cannot be extended consistently to cases where b is a negative real number (see § Real exponents with negative bases). The failure of this identity is the basis for the problems with complex number powers detailed under § Failure of power and logarithm identities.

Exponentiation to real powers of positive real numbers can be defined either by extending the rational powers to reals by continuity, or more usually as given in § Powers via logarithms below.

Limits of rational exponents

Because the exponential function is continuous we find for convergent sequences (xn). This is shown here for xn = 1/n.

Since any irrational number can be expressed as the limit of a sequence of rational numbers, exponentiation of a positive real number b with an arbitrary real exponent x can be defined by continuity with the rule[12]

where the limit as r gets close to x is taken only over rational values of r. This limit only exists for positive b. The (ε, δ)-definition of limit is used, this involves showing that for any desired accuracy of the result bx one can choose a sufficiently small interval around x so all the rational powers in the interval are within the desired accuracy.

For example, if x = π, the nonterminating decimal representation π = 3.14159... can be used (based on strict monotonicity of the rational power) to obtain the intervals bounded by rational powers

, , , , , , ...

The bounded intervals converge to a unique real number, denoted by . This technique can be used to obtain the power of a positive real number b for any irrational exponent. The function fb(x) = bx is thus defined for any real number x.

The exponential function

Main article: Exponential function

The important mathematical constant e, sometimes called Euler's number, is approximately equal to 2.718 and is the base of the natural logarithm. Although exponentiation of e could, in principle, be treated the same as exponentiation of any other real number, such exponentials turn out to have particularly elegant and useful properties. Among other things, these properties allow exponentials of e to be generalized in a natural way to other types of exponents, such as complex numbers or even matrices, while coinciding with the familiar meaning of exponentiation with rational exponents.

As a consequence, the notation ex usually denotes a generalized exponentiation definition called the exponential function, exp(x), which can be defined in many equivalent ways, for example by:

Among other properties, exp satisfies the exponential identity

The exponential function is defined for all integer, fractional, real, and complex values of x. In fact, the matrix exponential is well-defined for square matrices (in which case this exponential identity only holds when x and y commute), and is useful for solving systems of linear differential equations.

Since exp(1) is equal to e and exp(x) satisfies this exponential identity, it immediately follows that exp(x) coincides with the repeated-multiplication definition of ex for integer x, and it also follows that rational powers denote (positive) roots as usual, so exp(x) coincides with the ex definitions in the previous section for all real x by continuity.

Powers via logarithms

The natural logarithm ln(x) is the inverse of the exponential function ex. It is defined for b > 0, and satisfies

If bx is to preserve the logarithm and exponent rules, then one must have

for each real number x.

This can be used as an alternative definition of the real number power bx and agrees with the definition given above using rational exponents and continuity. The definition of exponentiation using logarithms is more common in the context of complex numbers, as discussed below.

Real exponents with negative bases

Powers of a positive real number are always positive real numbers. The solution of x2 = 4, however, can be either 2 or −2. The principal value of 41/2 is 2, but −2 is also a valid square root. If the definition of exponentiation of real numbers is extended to allow negative results then the result is no longer well-behaved.

Neither the logarithm method nor the rational exponent method can be used to define br as a real number for a negative real number b and an arbitrary real number r. Indeed, er is positive for every real number r, so ln(b) is not defined as a real number for b ≤ 0.

The rational exponent method cannot be used for negative values of b because it relies on continuity. The function f(r) = br has a unique continuous extension[12] from the rational numbers to the real numbers for each b > 0. But when b < 0, the function f is not even continuous on the set of rational numbers r for which it is defined.

For example, consider b = −1. The nth root of −1 is −1 for every odd natural number n. So if n is an odd positive integer, (−1)(m/n) = −1 if m is odd, and (−1)(m/n) = 1 if m is even. Thus the set of rational numbers q for which (−1)q = 1 is dense in the rational numbers, as is the set of q for which (−1)q = −1. This means that the function (−1)q is not continuous at any rational number q where it is defined.

On the other hand, arbitrary complex powers of negative numbers b can be defined by choosing a complex logarithm of b.

Irrational exponents

If a is a positive algebraic number, and b is a rational number, it has been shown above that ab is algebraic. This remains true even if one accepts any algebraic number for a, with the only difference that ab may take several values (see below), all algebraic. Gelfond–Schneider theorem provides some information on the nature of ab when b is irrational (that is not rational). It states:

If a is an algebraic number different from 0 and 1, and b an irrational algebraic number, then all the values of ab are transcendental numbers (that is, not algebraic).

Complex exponents with positive real bases

Imaginary exponents with base e

Main article: Exponential function
The exponential function ez can be defined as the limit of (1 + z/N)N, as N approaches infinity, and thus e is the limit of (1 + /N)N. In this animation N takes values increasing from 1 to 100. The computation of (1 + /N)N is displayed as the combined effect of N repeated multiplications in the complex plane, so that (1 + /N)k, k = 0 ... N are the vertices of a polygonal path whose final, leftmost endpoint is the actual value of (1 + /N)N. It can be seen that as N gets larger (1 + /N)N approaches a limit of −1. Therefore, e = −1, which is known as Euler's identity.

A complex number is an expression of the form , where x and y are real numbers, and i is the so-called imaginary unit, a number that satisfies the rule . A complex number can be visualized as a point in the (x,y) plane. The polar coordinates of a point in the (x,y) plane consist of a non-negative real number r and angle θ such that x = r cos θ and y = r sin θ. So

The product of two complex numbers z1 = x1 + iy1, z2 = x2 + iy2 is obtained by expanding out the product of the binomials and simplifying using the rule :

As a consequence of the angle sum formulas of trigonometry, if z1 and z2 have polar coordinates (r1, θ1), (r2, θ2), then their product z1z2 has polar coordinates equal to (r1r2, θ1 + θ2).

Consider the right triangle in the complex plane which has 0, 1, 1 + ix/n as vertices. For large values of n, the triangle is almost a circular sector with a radius of 1 and a small central angle equal to x/n radians. 1 + ix/n may then be approximated by the number with polar coordinates (1, x/n). So, in the limit as n approaches infinity, (1 + ix/n)n approaches (1, x/n)n = (1n, nx/n) = (1, x), the point on the unit circle whose angle from the positive real axis is x radians. The cartesian coordinates of this point are (cos x, sin x). So e ix = cos x + isin x; this is Euler's formula, connecting algebra to trigonometry by means of complex numbers.

The solutions to the equation ez = 1 are the integer multiples of 2πi:

More generally, if ev = w, then every solution to ez = w can be obtained by adding an integer multiple of 2πi to v:

Thus the complex exponential function is a periodic function with period 2πi.

More simply: e = −1; ex + iy = ex(cos y + i sin y).

Trigonometric functions

Main article: Euler's formula

It follows from Euler's formula stated above that the trigonometric functions cosine and sine are

Before the invention of complex numbers, cosine and sine were defined geometrically. The above formula reduces the complicated formulas for trigonometric functions of a sum into the simple exponentiation formula

Using exponentiation with complex exponents may reduce problems in trigonometry to algebra.

Complex exponents with base e

The power z = ex + iy can be computed as exeiy. The real factor ex is the absolute value of z and the complex factor eiy identifies the direction of z.

Complex exponents with positive real bases

If b is a positive real number, and z is any complex number, the power bz is defined as ez ⋅ ln(b), where x = ln(b) is the unique real solution to the equation ex = b. So the same method working for real exponents also works for complex exponents.

For example:

The identity (bz)u=bzu is not generally valid for complex powers. The power bz is a complex number and any power of it has to follow the rules for powers of complex numbers below. A simple counterexample is given by:

The identity is, however, valid for arbitrary complex when is an integer.

Powers of complex numbers

Integer powers of nonzero complex numbers are defined by repeated multiplication or division as above. If i is the imaginary unit and n is an integer, then in equals 1, i, −1, or −i, according to whether the integer n is congruent to 0, 1, 2, or 3 modulo 4. Because of this, the powers of i are useful for expressing sequences of period 4.

Complex powers of positive reals are defined via ex as in section Complex exponents with positive real bases above. These are continuous functions.

Trying to extend these functions to the general case of noninteger powers of complex numbers that are not positive reals leads to difficulties. Either we define discontinuous functions or multivalued functions. Neither of these options is entirely satisfactory.

The rational power of a complex number must be the solution to an algebraic equation. Therefore, it always has a finite number of possible values. For example, w = z1/2 must be a solution to the equation w2 = z. But if w is a solution, then so is −w, because (−1)2 = 1. A unique but somewhat arbitrary solution called the principal value can be chosen using a general rule which also applies for nonrational powers.

Complex powers and logarithms are more naturally handled as single valued functions on a Riemann surface. Single valued versions are defined by choosing a sheet. The value has a discontinuity along a branch cut. Choosing one out of many solutions as the principal value leaves us with functions that are not continuous, and the usual rules for manipulating powers can lead us astray.

Any nonrational power of a complex number has an infinite number of possible values because of the multi-valued nature of the complex logarithm. The principal value is a single value chosen from these by a rule which, amongst its other properties, ensures powers of complex numbers with a positive real part and zero imaginary part give the same value as does the rule defined above for the corresponding real base.

Exponentiating a real number to a complex power is formally a different operation from that for the corresponding complex number. However, in the common case of a positive real number the principal value is the same.

The powers of negative real numbers are not always defined and are discontinuous even where defined. In fact, they are only defined when the exponent is a rational number with the denominator being an odd integer. When dealing with complex numbers the complex number operation is normally used instead.

Complex exponents with complex bases

For complex numbers w and z with w ≠ 0, the notation wz is ambiguous in the same sense that log w is.

To obtain a value of wz, first choose a logarithm of w; call it log w. Such a choice may be the principal value Log w (the default, if no other specification is given), or perhaps a value given by some other branch of log w fixed in advance. Then, using the complex exponential function one defines

because this agrees with the earlier definition in the case where w is a positive real number and the (real) principal value of log w is used.

If z is an integer, then the value of wz is independent of the choice of log w, and it agrees with the earlier definition of exponentiation with an integer exponent.

If z is a rational number m/n in lowest terms with z > 0, then the countably infinitely many choices of log w yield only n different values for wz; these values are the n complex solutions s to the equation sn = wm.

If z is an irrational number, then the countably infinitely many choices of log w lead to infinitely many distinct values for wz.

The computation of complex powers is facilitated by converting the base w to polar form, as described in detail below.

A similar construction is employed in quaternions.

Complex roots of unity

Main article: Root of unity
The three 3rd roots of 1

A complex number w such that wn = 1 for a positive integer n is an nth root of unity. Geometrically, the nth roots of unity lie on the unit circle of the complex plane at the vertices of a regular n-gon with one vertex on the real number 1.

If wn = 1 but wk ≠ 1 for all natural numbers k such that 0 < k < n, then w is called a primitive nth root of unity. The negative unit −1 is the only primitive square root of unity. The imaginary unit i is one of the two primitive 4th roots of unity; the other one is −i.

The number e2πi/n is the primitive nth root of unity with the smallest positive argument. (It is sometimes called the principal nth root of unity, although this terminology is not universal and should not be confused with the principal value of n1, which is 1.[13])

The other nth roots of unity are given by

for 2 ≤ kn.

Roots of arbitrary complex numbers

Although there are infinitely many possible values for a general complex logarithm, there are only a finite number of values for the power wq in the important special case where q = 1/n and n is a positive integer. These are the nth roots of w; they are solutions of the equation zn = w. As with real roots, a second root is also called a square root and a third root is also called a cube root.

It is conventional in mathematics to define w1/n as the principal value of the root. If w is a positive real number, it is also conventional to select a positive real number as the principal value of the root w1/n. For general complex numbers, the nth root with the smallest argument is often selected as the principal value of the nth root operation, as with principal values of roots of unity.

The set of nth roots of a complex number w is obtained by multiplying the principal value w1/n by each of the nth roots of unity. For example, the fourth roots of 16 are 2, −2, 2i, and −2i, because the principal value of the fourth root of 16 is 2 and the fourth roots of unity are 1, −1, i, and −i.

Computing complex powers

It is often easier to compute complex powers by writing the number to be exponentiated in polar form. Every complex number z can be written in the polar form

where r is a nonnegative real number and θ is the (real) argument of z. The polar form has a simple geometric interpretation: if a complex number u + iv is thought of as representing a point (u, v) in the complex plane using Cartesian coordinates, then (r, θ) is the same point in polar coordinates. That is, r is the "radius" r2 = u2 + v2 and θ is the "angle" θ = atan2(v, u). The polar angle θ is ambiguous since any integer multiple of 2π could be added to θ without changing the location of the point. Each choice of θ gives in general a different possible value of the power. A branch cut can be used to choose a specific value. The principal value (the most common branch cut), corresponds to θ chosen in the interval (−π, π]. For complex numbers with a positive real part and zero imaginary part using the principal value gives the same result as using the corresponding real number.

In order to compute the complex power wz, write w in polar form:

Then

and thus

If z is decomposed as c + di, then the formula for wz can be written more explicitly as

This final formula allows complex powers to be computed easily from decompositions of the base into polar form and the exponent into Cartesian form. It is shown here both in polar form and in Cartesian form (via Euler's identity).

The following examples use the principal value, the branch cut which causes θ to be in the interval (−π, π]. To compute ii, write i in polar and Cartesian forms:

Then the formula above, with r = 1, θ = π/2, c = 0, and d = 1, yields:

Similarly, to find (−2)3 + 4i, compute the polar form of −2,

and use the formula above to compute

The value of a complex power depends on the branch used. For example, if the polar form i = 1e5πi/2 is used to compute ii, the power is found to be e−5π/2; the principal value of ii, computed above, is e−π/2. The set of all possible values for ii is given by:[14]

So there is an infinity of values which are possible candidates for the value of ii, one for each integer k. All of them have a zero imaginary part so one can say ii has an infinity of valid real values.

Failure of power and logarithm identities

Some identities for powers and logarithms for positive real numbers will fail for complex numbers, no matter how complex powers and complex logarithms are defined as single-valued functions. For example:

Generalizations

Monoids

Exponentiation can be defined in any monoid.[16] A monoid is an algebraic structure consisting of a set X together with a rule for composition ("multiplication") satisfying an associative law and a multiplicative identity, denoted by 1. Exponentiation is defined inductively by:

Monoids include many structures of importance in mathematics, including groups and rings (under multiplication), with more specific examples of the latter being matrix rings and fields.

Matrices and linear operators

If A is a square matrix, then the product of A with itself n times is called the matrix power. Also is defined to be the identity matrix,[17] and if A is invertible, then .

Matrix powers appear often in the context of discrete dynamical systems, where the matrix A expresses a transition from a state vector x of some system to the next state Ax of the system.[18] This is the standard interpretation of a Markov chain, for example. Then is the state of the system after two time steps, and so forth: is the state of the system after n time steps. The matrix power is the transition matrix between the state now and the state at a time n steps in the future. So computing matrix powers is equivalent to solving the evolution of the dynamical system. In many cases, matrix powers can be expediently computed by using eigenvalues and eigenvectors.

Apart from matrices, more general linear operators can also be exponentiated. An example is the derivative operator of calculus, , which is a linear operator acting on functions to give a new function . The n-th power of the differentiation operator is the n-th derivative:

These examples are for discrete exponents of linear operators, but in many circumstances it is also desirable to define powers of such operators with continuous exponents. This is the starting point of the mathematical theory of semigroups.[19] Just as computing matrix powers with discrete exponents solves discrete dynamical systems, so does computing matrix powers with continuous exponents solve systems with continuous dynamics. Examples include approaches to solving the heat equation, Schrödinger equation, wave equation, and other partial differential equations including a time evolution. The special case of exponentiating the derivative operator to a non-integer power is called the fractional derivative which, together with the fractional integral, is one of the basic operations of the fractional calculus.

Finite fields

A field is an algebraic structure in which multiplication, addition, subtraction, and division are all well-defined and satisfy their familiar properties. The real numbers, for example, form a field, as do the complex numbers and rational numbers. Unlike these familiar examples of fields, which are all infinite sets, some fields have only finitely many elements. The simplest example is the field with two elements with addition defined by and , and multiplication and .

Exponentiation in finite fields has applications in public key cryptography. For example, the Diffie–Hellman key exchange uses the fact that exponentiation is computationally inexpensive in finite fields, whereas the discrete logarithm (the inverse of exponentiation) is computationally expensive.

Any finite field F has the property that there is a unique prime number p such that for all x in F; that is, x added to itself p times is zero. For example, in , the prime number p = 2 has this property. This prime number is called the characteristic of the field. Suppose that F is a field of characteristic p, and consider the function that raises each element of F to the power p. This is called the Frobenius automorphism of F. It is an automorphism of the field because of the Freshman's dream identity . The Frobenius automorphism is important in number theory because it generates the Galois group of F over its prime subfield.

In abstract algebra

Exponentiation for integer exponents can be defined for quite general structures in abstract algebra.

Let X be a set with a power-associative binary operation which is written multiplicatively. Then xn is defined for any element x of X and any nonzero natural number n as the product of n copies of x, which is recursively defined by

One has the following properties

If the operation has a two-sided identity element 1, then x0 is defined to be equal to 1 for any x.

If the operation also has two-sided inverses and is associative, then the magma is a group. The inverse of x can be denoted by x−1 and follows all the usual rules for exponents.

If the multiplication operation is commutative (as for instance in abelian groups), then the following holds:

If the binary operation is written additively, as it often is for abelian groups, then "exponentiation is repeated multiplication" can be reinterpreted as "multiplication is repeated addition". Thus, each of the laws of exponentiation above has an analogue among laws of multiplication.

When there are several power-associative binary operations defined on a set, any of which might be iterated, it is common to indicate which operation is being repeated by placing its symbol in the superscript. Thus, xn is x ∗ ... ∗ x, while x#n is x # ... # x, whatever the operations ∗ and # might be.

Superscript notation is also used, especially in group theory, to indicate conjugation. That is, gh = h−1gh, where g and h are elements of some group. Although conjugation obeys some of the same laws as exponentiation, it is not an example of repeated multiplication in any sense. A quandle is an algebraic structure in which these laws of conjugation play a central role.

Over sets

Main article: Cartesian product

If n is a natural number and A is an arbitrary set, the expression An is often used to denote the set of ordered n-tuples of elements of A. This is equivalent to letting An denote the set of functions from the set {0, 1, 2, ..., n−1} to the set A; the n-tuple (a0, a1, a2, ..., an−1) represents the function that sends i to ai.

For an infinite cardinal number κ and a set A, the notation Aκ is also used to denote the set of all functions from a set of size κ to A. This is sometimes written κA to distinguish it from cardinal exponentiation, defined below.

This generalized exponential can also be defined for operations on sets or for sets with extra structure. For example, in linear algebra, it makes sense to index direct sums of vector spaces over arbitrary index sets. That is, we can speak of

where each Vi is a vector space.

Then if Vi = V for each i, the resulting direct sum can be written in exponential notation as VN, or simply VN with the understanding that the direct sum is the default. We can again replace the set N with a cardinal number n to get Vn, although without choosing a specific standard set with cardinality n, this is defined only up to isomorphism. Taking V to be the field R of real numbers (thought of as a vector space over itself) and n to be some natural number, we get the vector space that is most commonly studied in linear algebra, the real vector space Rn.

If the base of the exponentiation operation is a set, the exponentiation operation is the Cartesian product unless otherwise stated. Since multiple Cartesian products produce an n-tuple, which can be represented by a function on a set of appropriate cardinality, SN becomes simply the set of all functions from N to S in this case:

This fits in with the exponentiation of cardinal numbers, in the sense that |SN| = |S||N|, where |X| is the cardinality of X. When "2" is defined as {0, 1}, we have |2X| = 2|X|, where 2X, usually denoted by P(X), is the power set of X; each subset Y of X corresponds uniquely to a function on X taking the value 1 for xY and 0 for xY.

In category theory

In a Cartesian closed category, the exponential operation can be used to raise an arbitrary object to the power of another object. This generalizes the Cartesian product in the category of sets. If 0 is an initial object in a Cartesian closed category, then the exponential object 00 is isomorphic to any terminal object 1.

Of cardinal and ordinal numbers

In set theory, there are exponential operations for cardinal and ordinal numbers.

If κ and λ are cardinal numbers, the expression κλ represents the cardinality of the set of functions from any set of cardinality λ to any set of cardinality κ.[20] If κ and λ are finite, then this agrees with the ordinary arithmetic exponential operation. For example, the set of 3-tuples of elements from a 2-element set has cardinality 8 = 23. In cardinal arithmetic, κ0 is always 1 (even if κ is an infinite cardinal or zero).

Exponentiation of cardinal numbers is distinct from exponentiation of ordinal numbers, which is defined by a limit process involving transfinite induction.

Repeated exponentiation

Just as exponentiation of natural numbers is motivated by repeated multiplication, it is possible to define an operation based on repeated exponentiation; this operation is sometimes called hyper-4 or tetration. Iterating tetration leads to another operation, and so on, a concept named hyperoperation. This sequence of operations is expressed by the Ackermann function and Knuth's up-arrow notation. Just as exponentiation grows faster than multiplication, which is faster-growing than addition, tetration is faster-growing than exponentiation. Evaluated at (3, 3), the functions addition, multiplication, exponentiation, and tetration yield 6, 9, 27, and 7625597484987 (= 327 = 333 = 33) respectively.

Zero to the power of zero

Discrete exponents

There are many widely used formulas having terms involving natural-number exponents that require 00 to be evaluated to 1. For example, regarding b0 as an empty product assigns it the value 1, even when b = 0. Alternatively, the combinatorial interpretation of b0 is the number of empty tuples of elements from a set with b elements; there is exactly one empty tuple, even if b = 0. Equivalently, the set-theoretic interpretation of 00 is the number of functions from the empty set to the empty set; there is exactly one such function, the empty function.[20]

Polynomials and power series

Likewise, when working with polynomials, it is often necessary to assign the value 1. A polynomial is an expression of the form where x is an indeterminate, and the coefficients are real numbers (or, more generally, elements of some ring). The set of all real polynomials in x is denoted by . Polynomials are added termwise, and multiplied by the applying the usual rules for exponents in the indeterminate x (see Cauchy product). With these algebraic rules for manipulation, polynomials form a polynomial ring. The polynomial is the identity element of the polynomial ring, meaning that it is the (unique) element such that the product of with any polynomial is just .[21] Polynomials can be evaluated by specializing the indeterminate x to be a real number. More precisely, for any given real number there is a unique unital ring homomorphism such that .[22] This is called the evaluation homomorphism. Because it is a unital homomorphism, we have That is, for all specializations of x to a real number (including zero).

This perspective is significant for many polynomial identities appearing in combinatorics. For example, the binomial theorem is not valid for x = 0 unless 00 = 1.[23] Similarly, rings of power series require to be true for all specializations of x. Thus identities like and are only true as functional identities (including at x = 0) if 00 = 1.

In differential calculus, the power rule is not valid for n = 1 at x = 0 unless 00 = 1.

Continuous exponents

Plot of z = xy. The red curves (with z constant) yield different limits as (x, y) approaches (0, 0). The green curves (of finite constant slope, y = ax) all yield a limit of 1.

Limits involving algebraic operations can often be evaluated by replacing subexpressions by their limits; if the resulting expression does not determine the original limit, the expression is known as an indeterminate form.[24] In fact, when f(t) and g(t) are real-valued functions both approaching 0 (as t approaches a real number or ±∞), with f(t) > 0, the function f(t)g(t) need not approach 1; depending on f and g, the limit of f(t)g(t) can be any nonnegative real number or +∞, or it can diverge. For example, the functions below are of the form f(t)g(t) with f(t), g(t) → 0 as t → 0+, but the limits are different:

.

Thus, the two-variable function xy, though continuous on the set {(x, y) : x > 0}, cannot be extended to a continuous function on any set containing (0, 0), no matter how one chooses to define 00.[25] However, under certain conditions, such as when f and g are both analytic functions and f is positive on the open interval (0, b) for some positive b, the limit approaching from the right is always 1.[26][27][28]

Complex exponents

In the complex domain, the function zw may be defined for nonzero z by choosing a branch of log z and defining zw as ew log z. This does not define 0w since there is no branch of log z defined at z = 0, let alone in a neighborhood of 0.[29][30][31]

History of differing points of view

The debate over the definition of has been going on at least since the early 19th century. At that time, most mathematicians agreed that , until in 1821 Cauchy[32] listed along with expressions like in a table of indeterminate forms. In the 1830s Libri[33][34] published an unconvincing argument for , and Möbius[35] sided with him, erroneously claiming that whenever . A commentator who signed his name simply as "S" provided the counterexample of , and this quieted the debate for some time. More historical details can be found in Knuth (1992).[36]

More recent authors interpret the situation above in different ways:

Treatment on computers

IEEE floating point standard

The IEEE 754-2008 floating point standard is used in the design of most floating point libraries. It recommends a number of functions for computing a power:[39]

Programming languages

Most programming language with a power function are implemented using the IEEE pow function and therefore evaluate 00 as 1. The later C[40] and C++ standards describe this as the normative behaviour. The Java standard[41] mandates this behavior. The .NET Framework method System.Math.Pow also treats 00 as 1.[42]

Mathematics software

Limits of powers

The section § Zero to the power of zero gives a number of examples of limits that are of the indeterminate form 00. The limits in these examples exist, but have different values, showing that the two-variable function xy has no limit at the point (0, 0). One may consider at what points this function does have a limit.

More precisely, consider the function f(x, y) = xy defined on D = {(x, y) ∈ R2 : x > 0}. Then D can be viewed as a subset of R2 (that is, the set of all pairs (x, y) with x, y belonging to the extended real number line R = [−∞, +∞], endowed with the product topology), which will contain the points at which the function f has a limit.

In fact, f has a limit at all accumulation points of D, except for (0, 0), (+∞, 0), (1, +∞) and (1, −∞).[47] Accordingly, this allows one to define the powers xy by continuity whenever 0 ≤ x ≤ +∞, −∞ ≤ y ≤ +∞, except for 00, (+∞)0, 1+∞ and 1−∞, which remain indeterminate forms.

Under this definition by continuity, we obtain:

These powers are obtained by taking limits of xy for positive values of x. This method does not permit a definition of xy when x < 0, since pairs (x, y) with x < 0 are not accumulation points of D.

On the other hand, when n is an integer, the power xn is already meaningful for all values of x, including negative ones. This may make the definition 0n = +∞ obtained above for negative n problematic when n is odd, since in this case xn → +∞ as x tends to 0 through positive values, but not negative ones.

Efficient computation with integer exponents

Computing bn using iterated multiplication requires n − 1 multiplication operations, but it can be computed more efficiently than that, as illustrated by the following example. To compute 2100, note that 100 = 64 + 32 + 4. Compute the following in order:

  1. 22 = 4
  2. (22)2 = 24 = 16
  3. (24)2 = 28 = 256
  4. (28)2 = 216 = 65,536
  5. (216)2 = 232 = 4,294,967,296
  6. (232)2 = 264 = 18,446,744,073,709,551,616
  7. 264 232 24 = 2100 = 1,267,650,600,228,229,401,496,703,205,376

This series of steps only requires 8 multiplication operations instead of 99 (since the last product above takes 2 multiplications).

In general, the number of multiplication operations required to compute bn can be reduced to Θ(log n) by using exponentiation by squaring or (more generally) addition-chain exponentiation. Finding the minimal sequence of multiplications (the minimal-length addition chain for the exponent) for bn is a difficult problem for which no efficient algorithms are currently known (see Subset sum problem), but many reasonably efficient heuristic algorithms are available.[48]

Exponential notation for function names

Placing an integer superscript after the name or symbol of a function, as if the function were being raised to a power, commonly refers to repeated function composition rather than repeated multiplication. Thus, f 3(x) may mean f(f(f(x))); in particular, f −1(x) usually denotes the inverse function of f. Iterated functions are of interest in the study of fractals and dynamical systems. Babbage was the first to study the problem of finding a functional square root f 1/2(x).

For historical reasons, this notation applied to the trigonometric and hyperbolic functions has a specific and diverse interpretation: a positive exponent applied to the function's abbreviation means that the result is raised to that power, while an exponent of −1 denotes the inverse function. That is, sin2 x is just a shorthand way to write (sin x)2 without using parentheses, whereas sin−1 x refers to the inverse function of the sine, also called arcsin x. Each trigonometric and hyperbolic has its own name and abbreviation both for the reciprocal; for example, 1/(sin x) = (sin x)−1 = csc x, as well as for its inverse, for example cosh−1 x = arcosh x. A similar convention applies to logarithms, where log2 x usually means (log x)2, not log log x.

In programming languages

The superscript notation xy is convenient in handwriting but inconvenient for typewriters and computer terminals that align the baselines of all characters on each line. Many programming languages have alternate ways of expressing exponentiation that do not use superscripts:

Many programming languages lack syntactic support for exponentiation, but provide library functions.

In POSIX Shell arithmetic expansion, AWK, C, C++, C#, D, Go, Java, JavaScript, Perl, PHP, Python, Ruby and Tcl, the symbol ^ represents bitwise XOR. In Pascal, it represents indirection. In OCaml and Standard ML, it represents string concatenation.

List of whole-number powers

n n2 n3 n4 n5 n6 n7 n8 n9 n10
2 481632641282565121,024
3 927812437292,1876,56119,68359,049
4 16642561,0244,09616,38465,536262,1441,048,576
5 251256253,12515,62578,125390,6251,953,1259,765,625
6 362161,2967,77646,656279,9361,679,61610,077,69660,466,176
7 493432,40116,807117,649823,5435,764,80140,353,607282,475,249
8 645124,09632,768262,1442,097,15216,777,216134,217,7281,073,741,824
9 817296,56159,049531,4414,782,96943,046,721387,420,4893,486,784,401
101001,00010,000100,0001,000,00010,000,000100,000,0001,000,000,00010,000,000,000

See also

References

  1. 1 2 O'Connor, John J.; Robertson, Edmund F., "Etymology of some common mathematical terms", MacTutor History of Mathematics archive, University of St Andrews.
  2. For further analysis see The Sand Reckoner.
  3. O'Connor, John J.; Robertson, Edmund F., "Abu'l Hasan ibn Ali al Qalasadi", MacTutor History of Mathematics archive, University of St Andrews.
  4. Cajori, Florian (2007). A History of Mathematical Notations; Vol I. Cosimo Classics. Pg 344 ISBN 1602066841
  5. René Descartes, Discourse de la Méthode ... (Leiden, (Netherlands): Jan Maire, 1637), appended book: La Géométrie, book one, page 299. From page 299: " ... Et aa, ou a2, pour multiplier a par soy mesme; Et a3, pour le multiplier encore une fois par a, & ainsi a l'infini ; ... " ( ... and aa, or a2, in order to multiply a by itself; and a3, in order to multiply it once more by a, and thus to infinity ; ... )
  6. See:
    • Earliest Known Uses of Some of the Words of Mathematics
    • Michael Stifel, Arithmetica integra (Nuremberg ("Norimberga"), (Germany): Johannes Petreius, 1544), Liber III (Book 3), Caput III (Chapter 3): De Algorithmo numerorum Cossicorum. (On algorithms of algebra.), page 236. Stifel was trying to conveniently represent the terms of geometric progressions. He devised a cumbersome notation for doing that. On page 236, he presented the notation for the first eight terms of a geometric progression (using 1 as a base) and then he wrote: "Quemadmodum autem hic vides, quemlibet terminum progressionis cossicæ, suum habere exponentem in suo ordine (ut 1ze habet 1. 1ʓ habet 2 &c.) sic quilibet numerus cossicus, servat exponentem suæ denominationis implicite, qui ei serviat & utilis sit, potissimus in multiplicatione & divisione, ut paulo inferius dicam." (However, you see how each term of the progression has its exponent in its order (as 1ze has a 1, 1ʓ has a 2, etc.), so each number is implicitly subject to the exponent of its denomination, which [in turn] is subject to it and is useful mainly in multiplication and division, as I will mention just below.) [Note: Most of Stifel's cumbersome symbols were taken from Christoff Rudolff, who in turn took them from Leonardo Fibonacci's Liber Abaci (1202), where they served as shorthand symbols for the Latin words res/radix (x), census/zensus (x2), and cubus (x3).]
  7. Quinion, Michael. "Zenzizenzizenzic - the eighth power of a number". World Wide Words. Retrieved 2010-03-19.
  8. This definition of "involution" appears in the OED second edition, 1989, and Merriam-Webster online dictionary . The most recent usage in this sense cited by the OED is from 1806.
  9. Leonard Euler (1748) Introduction to the Analysis of the Infinite, English version, page 75
  10. Hodge, Jonathan K.; Schlicker, Steven; Sundstorm, Ted (2014). Abstract Algebra: an inquiry based approach. CRC Press. p. 94. ISBN 978-1-4665-6706-1.
  11. Achatz, Thomas (2005). Technical Shop Mathematics (3rd ed.). Industrial Press. p. 101. ISBN 0-8311-3086-5.
  12. 1 2 Denlinger, Charles G. (2011). Elements of Real Analysis. Jones and Bartlett. pp. 278–283. ISBN 978-0-7637-7947-4.
  13. This definition of a principal root of unity can be found in:
    • Thomas H. Cormen; Charles E. Leiserson; Ronald L. Rivest; Clifford Stein (2001). Introduction to Algorithms (second ed.). MIT Press. ISBN 0-262-03293-7. Online resource
    • Paul Cull; Mary Flahive; Robby Robson (2005). Difference Equations: From Rabbits to Chaos (Undergraduate Texts in Mathematics ed.). Springer. ISBN 0-387-23234-6. Defined on page 351, available on Google books.
    • "Principal root of unity", MathWorld.
  14. Complex number to a complex power may be real at Cut The Knot gives some references to ii
  15. Steiner J, Clausen T, Abel NH (1827). "Aufgaben und Lehrsätze, erstere aufzulösen, letztere zu beweisen" [Problems and propositions, the former to solve, the later to prove]. Journal für die reine und angewandte Mathematik. 2: 286–287.
  16. Nicolas Bourbaki (1970). Algèbre. Springer., I.2
  17. Chapter 1, Elementary Linear Algebra, 8E, Howard Anton
  18. Strang, Gilbert (1988), Linear algebra and its applications (3rd ed.), Brooks-Cole, Chapter 5.
  19. E Hille, R S Phillips: Functional Analysis and Semi-Groups. American Mathematical Society, 1975.
  20. 1 2 N. Bourbaki, Elements of Mathematics, Theory of Sets, Springer-Verlag, 2004, III.§3.5.
  21. Nicolas Bourbaki (1970). Algèbre. Springer., §III.2 No. 9: "L'unique monôme de degré 0 est l'élément unité de ; on l'identifie souvent à l'élément unité 1 de ".
  22. Nicolas Bourbaki (1970). Algèbre. Springer., §IV.1 No. 3.
  23. "Some textbooks leave the quantity 00 undefined, because the functions x0 and 0x have different limiting values when x decreases to 0. But this is a mistake. We must define x0 = 1, for all x, if the binomial theorem is to be valid when x = 0, y = 0, and/or x = −y. The binomial theorem is too important to be arbitrarily restricted! By contrast, the function 0x is quite unimportant".Ronald Graham, Donald Knuth, and Oren Patashnik (1989-01-05). "Binomial coefficients". Concrete Mathematics (1st ed.). Addison Wesley Longman Publishing Co. p. 162. ISBN 0-201-14236-8.
  24. Malik, S. C.; Savita Arora (1992). Mathematical Analysis. New York: Wiley. p. 223. ISBN 978-81-224-0323-7. In general the limit of φ(x)/ψ(x) when 1=x = a in case the limits of both the functions exist is equal to the limit of the numerator divided by the denominator. But what happens when both limits are zero? The division (0/0) then becomes meaningless. A case like this is known as an indeterminate form. Other such forms are ∞/∞ 0 × ∞, ∞ − ∞, 00, 1 and ∞0.
  25. L. J. Paige (March 1954). "A note on indeterminate forms". American Mathematical Monthly. 61 (3): 189–190. doi:10.2307/2307224. JSTOR 2307224.
  26. sci.math FAQ: What is 0^0?
  27. Rotando, Louis M.; Korn, Henry (1977). "The Indeterminate Form 00". Mathematics Magazine. Mathematical Association of America. 50 (1): 41–42. doi:10.2307/2689754. JSTOR 2689754.
  28. Lipkin, Leonard J. (2003). "On the Indeterminate Form 00". The College Mathematics Journal. Mathematical Association of America. 34 (1): 55–56. doi:10.2307/3595845. JSTOR 3595845.
  29. "Since log(0) does not exist, 0z is undefined. For Re(z) > 0, we define it arbitrarily as 0." George F. Carrier, Max Krook and Carl E. Pearson, Functions of a Complex Variable: Theory and Technique , 2005, p. 15
  30. "For z = 0, w ≠ 0, we define 0w = 0, while 00 is not defined." Mario Gonzalez, Classical Complex Analysis, Chapman & Hall, 1991, p. 56.
  31. "... Let's start at x = 0. Here xx is undefined." Mark D. Meyerson, The xx Spindle, Mathematics Magazine 69, no. 3 (June 1996), 198-206.
  32. Augustin-Louis Cauchy, Cours d'Analyse de l'École Royale Polytechnique (1821). In his Oeuvres Complètes, series 2, volume 3.
  33. Guillaume Libri, Note sur les valeurs de la fonction 00x, Journal für die reine und angewandte Mathematik 6 (1830), 67–72.
  34. Guillaume Libri, Mémoire sur les fonctions discontinues, Journal für die reine und angewandte Mathematik 10 (1833), 303–316.
  35. A. F. Möbius (1834). "Beweis der Gleichung 00 = 1, nach J. F. Pfaff" [Proof of the equation 00 = 1, according to J. F. Pfaff]. Journal für die reine und angewandte Mathematik. 12: 134–136.
  36. 1 2 Donald E. Knuth, Two notes on notation, Amer. Math. Monthly 99 no. 5 (May 1992), 403–422 (arXiv:math/9205211 [math.HO]).
  37. Examples include Edwards and Penny (1994). Calculus, 4th ed, Prentice-Hall, p. 466, and Keedy, Bittinger, and Smith (1982). Algebra Two. Addison-Wesley, p. 32.
  38. Donald C. Benson, The Moment of Proof : Mathematical Epiphanies. New York Oxford University Press (UK), 1999. ISBN 978-0-19-511721-9
  39. Muller, Jean-Michel; Brisebarre, Nicolas; de Dinechin, Florent; Jeannerod, Claude-Pierre; Lefèvre, Vincent; Melquiond, Guillaume; Revol, Nathalie; Stehlé, Damien; Torres, Serge (2010). Handbook of Floating-Point Arithmetic (1 ed.). Birkhäuser. p. 216. doi:10.1007/978-0-8176-4705-6. ISBN 978-0-8176-4704-9. LCCN 2009939668.
  40. John Benito (April 2003). "Rationale for International Standard—Programming Languages—C" (PDF). Revision 5.10: 182.
  41. "Math (Java Platform SE 8) pow". Oracle.
  42. ".NET Framework Class Library Math.Pow Method". Microsoft.
  43. "Sage worksheet calculating x^0". Jason Grout.
  44. "Wolfram Alpha calculates b^0". Wolfram Alpha LLC, accessed April 25, 2015.
  45. "Wolfram Alpha calculates 0^x". Wolfram Alpha LLC, accessed April 25, 2015.
  46. "Wolfram Alpha calculates 0^0". Wolfram Alpha LLC, accessed April 25, 2015.
  47. N. Bourbaki, Topologie générale, V.4.2.
  48. Gordon, D. M. (1998). "A Survey of Fast Exponentiation Methods". Journal of Algorithms. 27: 129–146. doi:10.1006/jagm.1997.0913.

External links

This article is issued from Wikipedia - version of the 11/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.