• Complain

Ronald T. Kneusel - Numbers and Computers

Here you can read online Ronald T. Kneusel - Numbers and Computers full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2017, publisher: Sprinnger, genre: Children. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ronald T. Kneusel Numbers and Computers
  • Book:
    Numbers and Computers
  • Author:
  • Publisher:
    Sprinnger
  • Genre:
  • Year:
    2017
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Numbers and Computers: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Numbers and Computers" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This book is about numbers and how they are represented and manipulated bycomputers. In this second edition, we expand on the coverage of the first editionby adding three new chapters and new material to several sections.

Ronald T. Kneusel: author's other books


Who wrote Numbers and Computers? Find out the surname, the name of the author of the book and a list of all author's works by series.

Numbers and Computers — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Numbers and Computers" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Part I
Standard Representations
Springer International Publishing AG 2017
Ronald T. Kneusel Numbers and Computers 10.1007/978-3-319-50508-4_1
1. Number Systems
Ronald T. Kneusel 1
(1)
Broomfield, Colorado, USA
Abstract
Computers use number bases other than the traditional base 10. In this chapter we take a look at number bases focusing on those most frequently used in association with computers. We look at how to construct numbers in these bases as well as how to move numbers between different bases.
1.1 Representing Numbers
The ancient Romans used letters to represent their numbers. These are the Roman numerals which are often taught to children,
Numbers and Computers - image 1
By grouping these numbers we can build larger numbers (integers),
Numbers and Computers - image 2
The Romans built their numbers from earlier Egyptian numbers as seen in Fig. Of course, we do not use either of these number systems for serious computation today for the simple reason that they are hard to work with.
Fig 11 Egyptian numbers The ancient Egyptians wrote numbers by summing - photo 3
Fig. 1.1
Egyptian numbers. The ancient Egyptians wrote numbers by summing units, tens, and hundreds. There were also larger valued symbols which are not shown. Numbers were written by grouping symbols until the sum equaled the desired number. The order in which the symbols were written, largest first or smallest first, did not matter, but common symbols were grouped together. In this example, the smallest units are written first when writing from left to right to represent 224
For example, the Egyptians multiplied by successive doubling and adding. So, to multiply 1718 to get the Egyptians would make a table with two columns. The first column consists of the powers of two: 0 ,2 1 ,2 2 ,2 3 ,2 4 = 1,2,4,8,16 , etc. and the second column is the first number to be multiplied and its doublings. In this case, is the first number in the problem so the second column would be 17,34,68,136,272 , etc. where the next number in the sequence is two times the previous number. Therefore, the table would look like this (ignore the starred rows for the moment),
Next the Egyptians would mark the rows of the table that make the sum of the - photo 4
Next, the Egyptians would mark the rows of the table that make the sum of the entries in the first column equal to the second number to multiply, in this case . These are marked in the table already and we see that 2 + 16 = 18 . Lastly, the final answer is found by summing the entries in the second column for the marked rows, 34 + 272 = 306 .
This technique works for any pair of integers. If one were to ask the opposite question, what number times gives , one would construct the table as before and then mark rows until the sum of the numbers in the second column is . The answer, then, is to sum the corresponding numbers in the first column to get . Hence, division was accomplished by the same trick. In the end, since we have algebra at our disposal, we can see that what the Egyptians were really doing was applying the distributive property of multiplication over addition,
But still this is a lot of effort Fortunately there is another way to - photo 5
But, still, this is a lot of effort. Fortunately, there is another way to represent numbers: place notation (or, more formally, place-value notation). In place notation, each digit represents the number of times that power of the base is present in the number with the powers increasing by one for each digit position we move to the left. Negative powers of the base are used to represent fractions less than one. The digit values we typically use range from 0 to 9 with 10 as the base. Here we write 10 to mean 1 101 + 0 100 thereby expressing the base of our numbers in the place notation using that base. Naturally, this fact is true regardless of the base, so 10 B is the base B for all B >1. Computers do use base 10 numbers but not very often though we will see a few examples of this later in the book.
In general, if the base of a number system is B then numbers in that base are written with digits which run from 0 to B 1. These digits, in turn, count how many instances of the base raised to some integer power are present in the number. Lots of words, but an equation may clarify,
Numbers and Computers - image 6
for digits a , b , c , and d . Notice how the exponent of the base is counting down. This counting continues after zero to negative exponents which are just fractions,
Numbers and Computers - image 7
So, we can introduce a decimal point to represent fractions of the base. Formally, this is known as the radix point and is the character which separates the integer part of a number in a particular base from the fractional part. In this book, we will use the . (period) character and indicate the base of the number with a subscript after the number,
for additional digits e f g and base B If no explicit base is given - photo 8
for additional digits e , f , g and base B . If no explicit base is given, assume the base is 10.
Before moving on to modern number systems lets take a quick look at two ancient number systems that used place notation. The first is the Babylonian number system which used base 60 ( sexagesimal ) but constructed its digits by grouping sets of symbols representing ones and tens. The second is the Mayan number system which used base 20 and constructed digits by combining dots for one and bars for five.
Figure b shows examples of decimal numbers written in base 60 and as the Babylonians would have written them. Since it is difficult to work with the actual notation, scholars use a shorthand which combines our decimal notation with base 60. In this notation, a number is written with , (comma) separating the digits and, if necessary, a ; (semicolon) to serve as the radix point. For example,
or Fig 12 a Sexagesimal numbers in ancient Babylon used groups of - photo 9
or
Fig 12 a Sexagesimal numbers in ancient Babylon used groups of symbols for - photo 10
Fig 12 a Sexagesimal numbers in ancient Babylon used groups of symbols for - photo 11
Fig. 1.2
(a) Sexagesimal numbers in ancient Babylon used groups of symbols for one and ten to be the digits of their base 60 numbers as opposed to our use of ten different symbols for our digits. (b) Decimal numbers written in sexagesimal. The left column is the decimal number, the middle column is the equivalent base 60 number using decimal digits and , to separate the digits. The right column shows the Babylonian number which matches directly with the middle column representation. (c) The Babylonians were able to write numbers with fractional parts by using a space to separate it from the integer part. Here we show a three place representation of
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Numbers and Computers»

Look at similar books to Numbers and Computers. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Numbers and Computers»

Discussion, reviews of the book Numbers and Computers and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.