Draft:Computational Method
Submission declined on 19 August 2024 by Theroadislong (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
In the field of computer science, a computational method is a formalized and generalized notion of repeatedly performing the same operations to a set of inputs, usually for the sake of getting an output.[1]
Definition
[edit]A computational method is defined as a quadruple , where is any set, and is a function . is called the set of inputs and is called the set of outputs. Furthermore, every element defines a computational sequence , where and every other element of the sequence follows the recurrence relation . The termination of a computational sequence is defined as the smallest number such that . Intuitively, one can think of the computational sequence as concurrent steps performing the same operations on an input, and its termination as the amount of steps required to reach the output.
Relation to algorithms
[edit]An algorithm is a special case of a computational method which is finite. Formally speaking, a computational method is finite (and therefore an algorithm) if its termination is well-defined for the entire set . This provides an elegant intuition for the formal notion of an algorithm; in this context, an algorithm is a procedure of steps that upon being repeated on any input will eventually result in an output.
References
[edit]- ^ Knuth, D. E. (1997). The art of computer programming (3rd ed.). Addison Wesley.
- in-depth (not just passing mentions about the subject)
- reliable
- secondary
- independent of the subject
Make sure you add references that meet these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.