请输入您要查询的字词:

 

单词 AckermannFunction
释义

Ackermann function


Ackermann’s function A(x,y) is defined by the recurrence relations

A(0,y)=y+1
A(x+1,0)=A(x,1)
A(x+1,y+1)=A(x,A(x+1,y))

Ackermann’s function is an example of a recursive functionMathworldPlanetmath that is not primitive recursive, but is instead μ-recursive (that is, Turing-computable).

Ackermann’s function grows extremely fast. In fact, we find that

A(0,y)=y+1
A(1,y)=2+(y+3)-3
A(2,y)=2(y+3)-3
A(3,y)=2y+3-3
A(4,y)=22.2-3(y+3 exponentiations)

… and at this point conventional notation breaks down, and we need to employ something like Conway notation or Knuth notation for large numbers.

Ackermann’s function wasn’t actually written in this form by its namesake, Wilhelm Ackermann. Instead, Ackermann found that the z-fold exponentiation of x with y was an example of a recursive function which was not primitive recursive. Later this was simplified by Rosza Peter to a function of two variables, similar to the one given above.

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/24 23:50:29