[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1633.0. "Mathematics in the time of the Pharaohs" by DKAS::KOLKER (Conan the Librarian) Sun Jun 28 1992 18:29

    
    This note is a review of an interesting historical book,
    	
    	-Mathematics in the Time of the Pharaohs-
    
    by
    		Richard J. Gillings
    		MIT Press Cambridge MA and London England (1972)
    
    
    Gilling's book discusses the mathematical methodology of the Egyptians as 
    derived from a number of papyrii and scrolls namely:
    
    	Rhind Mathematical Papyrus (RMP),
    	Moscow Mathematical Papyrus (MMP),
    	Egyptian Mathematical Leather Roll (EMLR),
    	Kahun Papyrus (KP).
    
    About half the book is devoted to Egyptian fractional arithmetic,
    algebra and its application to a variety of problems, such as equitable
    division of loaves of break, quantities of beer and other items. These
    items were used to pay workmen and other functionaries in the graneries
    and temples.  
    
    The rest of the book is devoted to area and volume problems, as related
    to the division of land, and the volume of certain figures such as
    pyramids, hemispheres, cylinders. 
    
    There are also appendices devoted to the auxilliary tables used by the
    scribes, certain tables of fractions, and the Hieratic notation used by
    the scribes to represent integers and fractions.
    
    Gillings also evalutes the quality of Egyptian mathematics vis a vis
    other ancient civilizations such as the Babylonian and the Greek. He
    also takes a number of scholars to task for giving Egyptian mathematics
    short scrift. In particular he chides Professor Morris Kline's
    judgement in Kline's book -Mathematics, A Cultural Approach-. Although
    Gillings wrote before political correctness was invented he chides
    Kline for over Eurocentric approach to the cultural history of
    mathematics.
    
    I am going to enter a number of replies following this note which
    covers some of the details Gillings deals with in the book, and which
    pose some counting and combinatorial problems which arise from Egyptian
    methods.
    
    I should tell you that the Egyptian scribes do not present their
    results in the Greek style, i.e. Theorem-Proof, Theorem-Proof... .
    The scribes do however have a reasonable idea of generality even though
    they state their results in terms of particular cases.
     
    
T.RTitleUserPersonal
Name
DateLines
1633.1Egyptian Addtion and Subtraction of Integers...DKAS::KOLKERConan the LibrarianSun Jun 28 1992 18:4540
    
    Egyptian Arithmetic.
    
    Numbers where represented as sums of units, tens, hundreds, thousands,
    etc.. The Egyptians however did not use radix based arithmetic. Units
    were represented as a grouping of 1 to 9 vertical strokes. Tens were
    represented by a grouping of 1 to 9 arch-shaped symbols, thousands by a
    group of 1 to 9 squiggles that looked somewhat like our symbol for 9.
    and so on. The Egyptians did not have a 0 place holder so they needed a
    new symbol for each new order of magnitude.
    
    The numbers were written from right to left so that the higher order of
    magnitude is to the right of the lower order of magnitude which is the
    opposite of the way we write our numbers. However the addition had to
    start with the lower order of magnitude so addition proceeded from left
    to right. Ours proceeds from right to left for the same reason.
    
    Since I can't reproduce the shapes of the Hieratic symbols as they
    appear, let me represent units by a grouping of 1 to 9  "|"; tens by a
    grouping of 1 to 9 "^"; hundreds by a grouping of 1 to 9 "@".
    
    Let us add 37 to 46 Egyptian style:
    
    	|||||||    ^^^  (37)
    
    	||||||     ^^^^ (46)
    
    
    to get
    
    	|||	   ^^^^ (83)
    		   ^^^^
    
    Subtraction of a lesser number from a greater would have proceeded in a
    similar fashion with a "borrow" from the next higher order of magnitude
    done as necessary. Gillings speculates that the Scribes may have had
    addition tables (which also would have been subtraction) tables to
    faciliate their computations. 
    
    
1633.2Egyptian multiplication and division of integersDKAS::KOLKERConan the LibrarianSun Jun 28 1992 18:5225
    
    Next let us consider multiplication and division.  
    
    The Egyptians found that a times-two table was quite sufficient for
    multipication. Let us consider the product 23 x 8.
    
    The scribe did it thus:
    
    	1			8
    	2			16
    	4			32
    	8			64
    	16			128
    
    23 is 1 + 2 + 4 + 16 so we add together 8 + 16 + 32 + 128 to get 84.
    
    Thus the Egyptians were doing binary arithmetic many millenia prior to
    electronic computers.
    
    How did they do division?  Consider the inverse problem 184 divided by
    8. If you look at the right hand column you will see that 8 + 16 + 32 +
    128 adds up to 184. By adding the corresponding powers of two in the
    left hand column, 1 + 2 + 4 + 16 you get 23 which is the correct
    answer.
    
1633.3Reciprocal represntation of fractions...DKAS::KOLKERConan the LibrarianSun Jun 28 1992 19:0859
    
    Next we consider fractions. Here is where things become "strange" from
    our modern point of view. The Egyptian wrote fractions as sums of
    reciprocals, i.e. sums of fractions of the from 1/n, with the notable
    exception of the fraction 2/3 which they permited as a component
    summand for fractions. 
    
    Consider the fraction 3/5. How might we represent such a fraction?
    
    	3/5 = 1/2 + 1/10 is one representation. 
    
    We could also write  
    
    	3/5 = 1/3 + 1/5 + 1/15.
    
    In general a fraction could have many representations as sums of
    reciprocals. There appears to be some kind of precedence rules to
    select an easier to use representation. The rules, according to
    Gillings went like this:
    
    	A. A representation with fewer terms is better than a
    	   representation with more terms.
    
    	B. Of two representations of the same length, choose the
    	   one whose smallest fraction has the smaller reciprocal.
    
    	C. Whenever possible keep the denonminators even, so the twice two
    	   table can be used.
    
    There sometimes was a conflict between B and C and the scribe
    occasionally took a longer representation to keep all the denominators
    even. It wasn't hard and fast however.
    
    We now can raise some problems of interest to us moderns:
    
    	Given that the order of applying the rules is as above:
    
    	1. Give an algorithm for generating the best representation of a 
           fraction p/q where p < q and p, q relatively prime.
    
    	2. How many representations of whatever quality are there for a
    	   fraction. 
    
    	3. How many representations of a given length.
    
    You may ask why did the Egyptians insist on this way of representing
    general fractions. One of the answers suggested by Gillings is the way
    of subdividing, say loaves of bread. If you had two loaves to be
    divided amoung three people, you might divide the loaves (2/3,1/3), 
    (2/3, 1/3). This would not have pleased the Egyptians since two persons
    would get a 2/3 length piece and the third would get two 1/3 pieices. 
    
    The Egyptians apparently preferred that not only does every body get an
    equal amount but that the shares whould consist of the same number of
    pieces.  This "ethical" requirement made the reciprocal form of
    fractions more useful for their purposes.
    
    In the next replies we will do some arithmetic with fractions.
    
1633.4some disbeliefDESIR::BUCHANANTue Jun 30 1992 08:3329
	I haven't read the book (or the 4 original manuscripts) but I wonder if
they aren't a rather small sample on which to base the conclusions that 
Egyptian fractions were central to Egyptian mathematics.   Or is there in fact
a lot more ancient mathematical graffitti daubed on pyramids, sphinxes,
sarcophagi, etc?

	Imagine if human civilization were blasted off the surface of the 
planet, and all that were left of human mathematical wisdom were a few pages
from RUSURE::MATH.   Aliens would perhaps get a rather distorted impression of
human mathematical accomplishment and preoccupations.

	Presumably the library at Alexandria vacuumed up all accessible 
mathematical documents for centuries, before finally being incinerated.   [I 
read recently that one of the Ptolemies insisted that all visitors to Alex
were searched for documents.   If *any* were found, they were copied 
immediately, and the visitor was given the copy, whilst the original went to
the library.]

	There's another couple of interesting puzzles involving Egyptian
fractions, which I don't think are in the Notesfile.

	(4) What natural numbers cannot be expressed as the sum of natural
numbers whose reciprocals sum to 1?

	(5) What natural numbers cannot be expressed as the sum of distinct 
natural numbers whose reciprocals sum to 1?

Cheers,
Andrew.
1633.5DKAS::KOLKERConan the LibrarianWed Jul 01 1992 10:5211
    rep .4
    
    Quite right. Unfortunately, scholars must work with the materials they
    have. The destruction of the Library at Alexandria was a *major* loss.
    We can only speculate on how much the Ancients really knew.
    
    I have this fantasy. There in the basement of the library, with the
    flames licking about, was the definitive paper (papyrus) with the proof
    that P = NP. 8>:)