User:CompactStar/Super-pitch: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
a↑↑0 = 1 | a↑↑0 = 1 | ||
a↑↑x = a<sup>a↑↑(x-1)</sup> if x | a↑↑x = a<sup>a↑↑(x-1)</sup> if x ≥ 1 | ||
For example, a↑↑1 = a, a↑↑2 = a<sup>a</sup>, a↑↑3 = a<sup>a<sup>a</sup></sup>, a↑↑4 = a<sup>a<sup>a<sup>a</sup></sup></sup>, and son. | For example, a↑↑1 = a, a↑↑2 = a<sup>a</sup>, a↑↑3 = a<sup>a<sup>a</sup></sup>, a↑↑4 = a<sup>a<sup>a<sup>a</sup></sup></sup>, and son. | ||
| Line 15: | Line 15: | ||
slog<sub>b</sub>(x) = slog<sub>b</sub>(log<sub>b</sub>(x)) + 1 | slog<sub>b</sub>(x) = slog<sub>b</sub>(log<sub>b</sub>(x)) + 1 | ||
So slog<sub>b</sub>(b) = 1, slog<sub>b</sub>(b<sup>b</sup>) = 2, slog<sub>b</sub>(b<sup>b<sup>b</sup></sup>) = 3, and so on. Tetration | So slog<sub>b</sub>(b) = 1, slog<sub>b</sub>(b<sup>b</sup>) = 2, slog<sub>b</sub>(b<sup>b<sup>b</sup></sup>) = 3, slog<sub>b</sub>(b<sup>b<sup>b<sup>b</sup></sup></sup>) = 4, and so on. Tetration is only defined for integer inputs, while super-logarithm is only defined for integer outputs. However, there are various extensions of tetration, the most common of which is the linear approximation: | ||
a↑↑0 = a<sup>x</sup> if 0 < x < 1 | |||
a↑↑x = a<sup>a↑↑(x-1)</sup> if x ≥ 1 | |||