Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
21
Task/Babbage-problem/00-TASK.txt
Normal file
21
Task/Babbage-problem/00-TASK.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[[wp:Charles_Babbage|Charles Babbage]], looking ahead to the sorts of problems his Analytical Engine would be able to solve, gave this example:
|
||||
{{quote
|
||||
| What is the smallest positive integer whose square ends in the digits 269,696?
|
||||
| Babbage, letter to Lord Bowden, 1837; see Hollingdale and Tootill, <i>Electronic Computers</i>, second edition, 1970, p. 125.
|
||||
}}
|
||||
He thought the answer might be 99,736, whose square is 9,947,269,696; but he couldn't be certain.
|
||||
|
||||
|
||||
;Task
|
||||
|
||||
The task is to find out if Babbage had the right answer — and to do so, as far as your language allows it, in code that Babbage himself would have been able to read and understand.
|
||||
As Babbage evidently solved the task with pencil and paper, a similar efficient solution is preferred.
|
||||
|
||||
For these purposes, Charles Babbage may be taken to be an intelligent person, familiar with mathematics and with the idea of a computer; he has written the first drafts of simple computer programmes in tabular form. [[https://collection.sciencemuseum.org.uk/documents/aa110000020 Babbage Archive Series L]].
|
||||
|
||||
|
||||
;Motivation
|
||||
|
||||
The aim of the task is to write a program that is sufficiently clear and well-documented for such a person to be able to read it and be confident that it does indeed solve the specified problem.
|
||||
<br><br>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue