Share on Facebook Share on Twitter Email
Answers.com

Recursive function

 
Sci-Tech Dictionary: recursive functions
(ri′kər·siv ′fəŋk·shənz)

(mathematics) Functions that can be obtained by a finite number of operations, computations, or algorithms.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Sci-Tech Encyclopedia: Recursive function
Top

A function that maps natural numbers to natural numbers and is special in that it must be calculable by using a precisely specified algorithm. The mathematical definitions of partial recursive functions and recursive functions were developed to give a precise mathematical characterization of those functions or operations on the natural numbers which are computable by using effective procedures.

An effective procedure is a procedure or process determined by a finite list of precise instructions. There is no upper bound on the number of instructions in this list. These instructions can be carried out in a discrete one-step-at-a-time fashion. The only equipment needed is pencil and paper, and an unlimited supply is assumed to be available. No creativity is involved in applying these instructions, and no random devices such as flipping a coin are allowed in carrying them out.

An effective procedure may be used to calculate a function as follows: The calculator inputs to the effective procedure a natural number (0, 1, 2, 3, …) and allows the procedure to be carried out on this input. If an ouput is obtained, the function is said to be defined at this input and its value at this input is the output so obtained. Any function which can be computed in this way is called effectively computable. For example, addition and multiplication of natural numbers are effectively computable functions.

The notion of effective procedure is intuitive and vague. In the setting of an idealized computing device called a Turing machine, a more precise definition of certain effectively computable functions can be given. See also Automata theory; Gödel's theorem; Logic.


Wikipedia: Recursive function
Top

Recursive function may refer to:

See also


Best of the Web: Recursive function
Top

Some good "Recursive function" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Sci-Tech Encyclopedia. McGraw-Hill Encyclopedia of Science and Technology. Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Recursive function" Read more