User:CompactStar/Super-pitch: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
'''Super-pitch''' is a quantity that is equal to the [https://en.wikipedia.org/wiki/Super-logarithm super-logarithm] (inverse [https://en.wikipedia.org/wiki/Tetration tetration]) of frequency, just as pitch is the logarithm of frequency. | |||
== Tetration and super-logarithm == | |||
'''Super-pitch''' is a quantity that is equal to the [https://en.wikipedia.org/wiki/Super-logarithm super-logarithm] | Tetration is iterated exponentiation, like how exponentiation is iterated multiplication. Tetration can be defined recursively as: | ||
a↑↑b = 1 if b = 0 | |||
a↑↑b = a<sup>a↑(b-1)</sup> if b > 0 | |||
For example, a↑↑1 = a, a↑↑2 = a<sup>a</sup>, and a↑↑3 = a<sup>a<sup>a</sup></sup>. | |||
For example, | |||