This site is supported by donations to The OEIS Foundation.

Division

From OeisWiki
Jump to navigationJump to search


This article page is a stub, please help by expanding it.


Division is multiplication with multiplicative inverse of second term (the divisor,) which by definition makes it non-commutative.

See also

[edit]

Hierarchical list of operations pertaining to numbers [1] [2]

[edit]
0th iteration
[edit]
1st iteration
[edit]
  • Addition:  
    S(S( "a times" (S(n))))
    , the sum
    n  +  a
    , where  
    n
    is the augend and  
    a
    is the addend. (When addition is commutative both are simply called terms.)
  • Subtraction:  
    P(P( "s times" (P(n))))
    , the difference
    n  −  s
    , where  
    n
    is the minuend and  
    s
    is the subtrahend.
2nd iteration
[edit]
  • Multiplication:  
    n + (n + ( "k times" (n + (n))))
    , the product
    m  ⋅   k
    , where  
    m
    is the multiplicand and  
    k
    is the multiplier.[3] (When multiplication is commutative both are simply called factors.)
  • Division: the ratio
    n  /  d
    , where  
    n
    is the dividend and  
    d
    is the divisor.
3rd iteration
[edit]
4th iteration
[edit]
5th iteration
[edit]
6th iteration
[edit]
  • Hexation ( 
    d
    as "degree",  
    b
    as "base",  
    n
    as "variable").
    • Hexa-powers:  
      n ^^^ (n ^^^ ( "d times" (n ^^^ (n))))
      , written  
      n ^^^^ d or n ↑↑↑↑ d
      .
    • Hexa-exponentials:  
      b ^^^ (b ^^^ ( "n times" (b ^^^ (b))))
      , written  
      b ^^^^ n or b ↑↑↑↑ n
      .
  • Hexation inverses
7th iteration
[edit]
  • Heptation ( 
    d
    as "degree",  
    b
    as "base",  
    n
    as "variable").
    • Hepta-powers:  
      n ^^^^ (n ^^^^ ( "d times" (n ^^^^ (n))))
      , written  
      n ^^^^^ d or n ↑↑↑↑↑ d
      .
    • Hepta-exponentials:  
      b ^^^^ (b ^^^^ ( "n times" (b ^^^^ (b))))
      , written  
      b ^^^^^ n or b ↑↑↑↑↑ n
      .
  • Heptation inverses
8th iteration
[edit]
  • Octation ( 
    d
    as "degree",  
    b
    as "base",  
    n
    as "variable").
    • Octa-powers:  
      n ^^^^^ (n ^^^^^ ( "d times" (n ^^^^^ (n))))
      , written  
      n ^^^^^^ d or n ↑↑↑↑↑↑ d
      .
    • Octa-exponentials:  
      b ^^^^^ (b ^^^^^ ( "n times" (b ^^^^^ (b))))
      , written  
      b ^^^^^^ n or b ↑↑↑↑↑↑ n
      .
  • Octation inverses

Notes

[edit]
  1. HyperoperationWikipedia.org.
  2. Grzegorczyk hierarchyWikipedia.org.
  3. There is a lack of consensus on which comes first. Having the multiplier come second makes it consistent with the definitions for exponentiation and higher operations. This is also the convention used with transfinite ordinals:  
    ω  ×  2 := ω  +  ω
    .
Operator precedence

Parenthesization — FactorialExponentiationMultiplication and divisionAddition and subtraction


Notes

[edit]