Everything Totally Explained


Ask & we'll explain, totally!
Exponentiation
Totally Explained


  FOR SALE!Either this or the left-hand panel are available for just $19.95 per
day, or you can have both for only $34.95! Contact us for details.  


View this entry using RSS

Everything about Exponent totally explained

Exponentiation is a mathematical operation, written an, involving two numbers, the base a and the exponent n. When n is a positive integer, exponentiation corresponds to repeated multiplication:
» a^n = underbrace, we've |2X| = 2|X|, where 2X, usually denoted by PX, is the power set of X; each subset Y of X corresponds uniquely to a function on X taking the value 1 for x ∈ Y and 0 for x ∉ Y.

Exponentiation 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.

Exponentiation 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 κ. If κ and λ are finite then this agrees with the ordinary exponential operation. For example, the set of 3-tuples of elements from a 2-element set has cardinality 8.
   Exponentiation of cardinal numbers is distinct from exponentiation of ordinal numbers, which is defined by a limit process. In the ordinal numbers, exponentiation is defined by transfinite induction. For ordinals α and β, the exponential αβ is the supremum of the ordinal product αγα over all γ < β.

Repeated exponentiation

Just as exponentiation of natural numbers is motivated by repeated multiplication, it's possible to define an operation based on repeated exponentiation; this operation is sometimes called tetration. Iterating tetration leads to another operation, and so on. This sequence of operations is captured by the Ackermann function and Knuth's up-arrow notation.

Exponentiation 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 don't use superscripts:
  • x ↑ y: Algol, Commodore BASIC
  • x ^ y: BASIC, J, Matlab, R, Microsoft Excel, TeX (and its derivatives), Haskell (for integer exponents), and most computer algebra systems
  • x ** y: Ada, Bash, Fortran, FoxPro, Perl, Python, Ruby, SAS, ABAP, Haskell (for floating-point exponents), Turing
  • x * y: APL
  • Power(x, y): Microsoft Excel, Delphi/Pascal (declared in "Math"-unit)
  • pow(x, y): C, C++, PHP
  • Math.pow(x, y): Java, JavaScript, Modula-3
  • Math.Pow(x, y): C#
  • (expt x y): Common Lisp, Scheme In Bash, C, C++, C#, Java, JavaScript, PHP, Python and Ruby, the symbol ^ represents bitwise XOR. In Pascal, it represents indirection.

    History of the notation

    The term power was used by Euclid for the square of a line. Nicolas Chuquet used a form of exponential notation in the 15th century, which was later used by Henricus Grammateus and Michael Stifel. Samuel Jeake introduced the term indices in 1696. In the 16th century Robert Recorde used the terms square, cube, zenzizenzic (fourth power), surfolide (fifth), zenzicube (sixth), second surfolide (seventh) and Zenzizenzizenzic (eighth). Biquadrate has been used to refer to the fourth power as well.
       Another historical synonym, involution, is now rare and shouldn't be confused with its more common meaning.

    Further Information

    Get more info on 'Exponent'.


    External Link Exchanges

    Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

      <a href="http://exponentiation.totallyexplained.com">Exponentiation Totally Explained</a>

    Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
       As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



  • Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
    This article contains text from the Wikipedia article Exponentiation (History) and is released under the GFDL | RSS Version