Primes and programming: an introduction to number theory with computing
Gespeichert in:
Beteilige Person: | |
---|---|
Format: | Buch |
Sprache: | Englisch |
Veröffentlicht: |
Cambridge
Cambridge Univ. Press
1993
|
Ausgabe: | 1. publ. |
Schlagwörter: | |
Links: | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005537816&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
Umfang: | X, 235 S. graph. Darst. |
ISBN: | 0521401828 0521409888 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV008407893 | ||
003 | DE-604 | ||
005 | 20131202 | ||
007 | t| | ||
008 | 931208s1993 xx d||| |||| 00||| eng d | ||
020 | |a 0521401828 |9 0-521-40182-8 | ||
020 | |a 0521409888 |9 0-521-40988-8 | ||
035 | |a (OCoLC)300427023 | ||
035 | |a (DE-599)BVBBV008407893 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-20 |a DE-739 |a DE-91 |a DE-703 |a DE-634 |a DE-188 | ||
082 | 1 | |a 512.72 |2 22 | |
084 | |a SK 180 |0 (DE-625)143222: |2 rvk | ||
084 | |a DAT 366f |2 stub | ||
084 | |a MAT 105f |2 stub | ||
084 | |a DAT 532f |2 stub | ||
100 | 1 | |a Giblin, Peter |d 1943- |e Verfasser |0 (DE-588)13875750X |4 aut | |
245 | 1 | 0 | |a Primes and programming |b an introduction to number theory with computing |c Peter Giblin |
250 | |a 1. publ. | ||
264 | 1 | |a Cambridge |b Cambridge Univ. Press |c 1993 | |
300 | |a X, 235 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 7 | |a Nombres premiers - Informatique |2 ram | |
650 | 0 | 7 | |a Datenverarbeitung |0 (DE-588)4011152-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Zahlentheorie |0 (DE-588)4067277-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Primzahlzerlegung |0 (DE-588)4175717-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a PASCAL |g Programmiersprache |0 (DE-588)4044804-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Zahlentheorie |0 (DE-588)4067277-3 |D s |
689 | 0 | 1 | |a Datenverarbeitung |0 (DE-588)4011152-0 |D s |
689 | 0 | 2 | |a Primzahlzerlegung |0 (DE-588)4175717-8 |D s |
689 | 0 | 3 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Primzahlzerlegung |0 (DE-588)4175717-8 |D s |
689 | 1 | 1 | |a PASCAL |g Programmiersprache |0 (DE-588)4044804-6 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005537816&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-005537816 |
Datensatz im Suchindex
DE-BY-TUM_call_number | 0001 94 A 1431 |
---|---|
DE-BY-TUM_katkey | 609114 |
DE-BY-TUM_location | Mag |
DE-BY-TUM_media_number | 040000798716 |
_version_ | 1821930881809383426 |
adam_text | Contents
Preface vii
Logical dependence of chapters xi
1. The Fundamental Theorem, Greatest Common
Divisors and Least Common Multiples 1
1. Primes and the fundamental theorem 1
2. Greatest common divisor and least common multiple 7
3. Euclid s algorithm for the gcd 12
4. [x] and applications 24
5*. Further projects 29
2. Listing Primes 37
1. Primes by division 37
2. Primes by multiplication (elimination of composites) 50
3. Approximations to tt(x) 52
4. The sieve of Eratosthenes 55
3. Congruences 69
1. Congruences: basic properties 69
2. Inverses mod m and solutions of certain congruences 74
3. Further examples of congruences 81
4. Powers and Pseudoprimes 86
1. Fermat s (little) theorem 86
2. The power algorithm 89
3. Head s algorithm for multiplication mod m 93
vi
4. Pseudoprimes 98
5. Wilson s theorem 102
5. Miller s Test and Strong Pseudoprimes 104
1. Miller s test 104
2. Probabilistic primality testing 109
6. Euler s Theorem, Orders and Primality Testing 112
1. Euler s function (the (^ function or totient function) 112
2. Euler s theorem and the concept of order 119
3. Primality tests 124
4. Periods of decimals 130
7. Cryptography 133
1. Exponentiation ciphers 134
2. Public key cryptography: RSA ciphers 136
3. Coin tossing by telephone 145
8. Primitive Roots 147
1. Properties and applications of primitive roots 147
2. Existence and nonexistence of primitive roots 149
9. The Number of Divisors d and the Sum
of Divisors a 158
1. The function d(n) 158
2. Multiplicative functions and the sum function cr(n) 162
3. Tests for primality of the Mersenne numbers 2m — 1 170
10. Continued Fractions and Factoring 174
1. Continued fractions: initial ideas and definitions 175
2. The continued fraction for ^/n 180
3. Proofs of some properties of continued fractions 186
4. Pell s equation 189
5. The continued fraction factoring method 191
11. Quadratic Residues 200
1. Definitions and examples 200
2. The quadratic character of 2 203
3. Quadratic reciprocity 206
4. The Jacobi symbol and a program for finding (^) 211
5. Solving the equation x2 = a (mod p): quadratic congruences 217
Bibliography 225
Index 231
Index of Listed Programs 236
Index of Notation 237
|
any_adam_object | 1 |
author | Giblin, Peter 1943- |
author_GND | (DE-588)13875750X |
author_facet | Giblin, Peter 1943- |
author_role | aut |
author_sort | Giblin, Peter 1943- |
author_variant | p g pg |
building | Verbundindex |
bvnumber | BV008407893 |
classification_rvk | SK 180 |
classification_tum | DAT 366f MAT 105f DAT 532f |
ctrlnum | (OCoLC)300427023 (DE-599)BVBBV008407893 |
dewey-full | 512.72 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 512 - Algebra |
dewey-raw | 512.72 |
dewey-search | 512.72 |
dewey-sort | 3512.72 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik |
edition | 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02172nam a2200529 c 4500</leader><controlfield tag="001">BV008407893</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20131202 </controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">931208s1993 xx d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0521401828</subfield><subfield code="9">0-521-40182-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0521409888</subfield><subfield code="9">0-521-40988-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)300427023</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV008407893</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="082" ind1="1" ind2=" "><subfield code="a">512.72</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 180</subfield><subfield code="0">(DE-625)143222:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 366f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 105f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 532f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Giblin, Peter</subfield><subfield code="d">1943-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)13875750X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Primes and programming</subfield><subfield code="b">an introduction to number theory with computing</subfield><subfield code="c">Peter Giblin</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge</subfield><subfield code="b">Cambridge Univ. Press</subfield><subfield code="c">1993</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 235 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Nombres premiers - Informatique</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenverarbeitung</subfield><subfield code="0">(DE-588)4011152-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Zahlentheorie</subfield><subfield code="0">(DE-588)4067277-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Primzahlzerlegung</subfield><subfield code="0">(DE-588)4175717-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PASCAL</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4044804-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Zahlentheorie</subfield><subfield code="0">(DE-588)4067277-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datenverarbeitung</subfield><subfield code="0">(DE-588)4011152-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Primzahlzerlegung</subfield><subfield code="0">(DE-588)4175717-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Primzahlzerlegung</subfield><subfield code="0">(DE-588)4175717-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">PASCAL</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4044804-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005537816&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-005537816</subfield></datafield></record></collection> |
id | DE-604.BV008407893 |
illustrated | Illustrated |
indexdate | 2024-12-20T09:21:12Z |
institution | BVB |
isbn | 0521401828 0521409888 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-005537816 |
oclc_num | 300427023 |
open_access_boolean | |
owner | DE-20 DE-739 DE-91 DE-BY-TUM DE-703 DE-634 DE-188 |
owner_facet | DE-20 DE-739 DE-91 DE-BY-TUM DE-703 DE-634 DE-188 |
physical | X, 235 S. graph. Darst. |
publishDate | 1993 |
publishDateSearch | 1993 |
publishDateSort | 1993 |
publisher | Cambridge Univ. Press |
record_format | marc |
spellingShingle | Giblin, Peter 1943- Primes and programming an introduction to number theory with computing Nombres premiers - Informatique ram Datenverarbeitung (DE-588)4011152-0 gnd Zahlentheorie (DE-588)4067277-3 gnd Primzahlzerlegung (DE-588)4175717-8 gnd PASCAL Programmiersprache (DE-588)4044804-6 gnd Numerisches Verfahren (DE-588)4128130-5 gnd |
subject_GND | (DE-588)4011152-0 (DE-588)4067277-3 (DE-588)4175717-8 (DE-588)4044804-6 (DE-588)4128130-5 |
title | Primes and programming an introduction to number theory with computing |
title_auth | Primes and programming an introduction to number theory with computing |
title_exact_search | Primes and programming an introduction to number theory with computing |
title_full | Primes and programming an introduction to number theory with computing Peter Giblin |
title_fullStr | Primes and programming an introduction to number theory with computing Peter Giblin |
title_full_unstemmed | Primes and programming an introduction to number theory with computing Peter Giblin |
title_short | Primes and programming |
title_sort | primes and programming an introduction to number theory with computing |
title_sub | an introduction to number theory with computing |
topic | Nombres premiers - Informatique ram Datenverarbeitung (DE-588)4011152-0 gnd Zahlentheorie (DE-588)4067277-3 gnd Primzahlzerlegung (DE-588)4175717-8 gnd PASCAL Programmiersprache (DE-588)4044804-6 gnd Numerisches Verfahren (DE-588)4128130-5 gnd |
topic_facet | Nombres premiers - Informatique Datenverarbeitung Zahlentheorie Primzahlzerlegung PASCAL Programmiersprache Numerisches Verfahren |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005537816&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT giblinpeter primesandprogramminganintroductiontonumbertheorywithcomputing |
Inhaltsverzeichnis
Paper/Kapitel scannen lassen
Paper/Kapitel scannen lassen
Bibliotheksmagazin
Signatur: |
0001 94 A 1431 Lageplan |
---|---|
Exemplar 1 | Ausleihbar Am Standort |