gpt4 book ai didi

math - 求幂 (^) 之后的数学运算是什么?

转载 作者:行者123 更新时间:2023-12-01 22:57:13 25 4
gpt4 key购买 nike

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

6年前关闭。




Improve this question




让我们给表达式一些名称:

x+3 = x+1+1+1 // lvl 1
x*3 = x+x+x // lvl 2
x^3 = x*x*x // lvl 3

会是什么 数学 术语/真实姓名/主题 lvl 在 3 之后?

喜欢:
x (lvl 4 operation) 3 = x^x^x
x (lvl 5 operation) 3 = x(lvl 4 operation)x(lvl 4 operation)x
..

提前致谢。

附言以上不是编程代码/语言

最佳答案

Tetration是下一个hyperoperator求幂后。运算符记为 ↑↑ — 或 ^^在 ASCII 中 — 跟随 Knuth's notation .

序列中的下一个操作是 pentation ,然后 hexation 、heptation、octation 等 Ackermann's three-argument function递归计算这些操作。

╭────────┬────────────────┬─────────────┬───────────────────╮
│ Level │ Name │ Notation │ Ackermann (3-arg) │
╞════════╪════════════════╪═════════════╪═══════════════════╡
│ 1 │ Successor │ a++ (unary) │ φ(a, 1, 0) │
│ 2 │ Addition │ a+b │ φ(a, b, 0) │
│ 3 │ Multiplication │ a×b │ φ(a, b, 1) │
│ 4 │ Exponentiation │ a↑b │ φ(a, b, 2) │
│ 5 │ Pentation │ a↑↑b │ φ(a, b, 3) │
│ 6 │ Hexation │ a↑↑↑b │ φ(a, b, 4) │
│ 7 │ Heptation │ a↑↑↑↑b │ φ(a, b, 5) │
│ 8 │ Octation │ a↑↑↑↑↑b │ φ(a, b, 6) │
╰────────┴────────────────┴─────────────┴───────────────────╯

关于math - 求幂 (^) 之后的数学运算是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33354879/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com