Cantitate/Preț
Produs

Primes and Programming

Autor Peter J. Giblin
en Limba Engleză Paperback – sep 1993
Numbers are part of our everyday experience and their properties have fascinated mankind since ancient times. Deciding whether a number is prime and if not, what its factors are, are both fundamental problems. In recent years analysis and solution of these problems have assumed commercial significance since large primes are an essential feature of secure methods of information transmission. The purely mathematical fascination that led to the development of methods for primality testing has been supplemented by the need to test within reasonable timescales, and computational methods have entered at all levels of number theory. In this book, Peter Giblin describes, in the context of an introduction to the theory of numbers, some of the more elementary methods for factorization and primality testing; that is, methods independent of a knowledge of other areas of mathematics. Indeed everything is developed from scratch so the mathematical prerequisites are minimal. An essential feature of the book is the large number of computer programs (written in Pascal) and a wealth of computational exercises and projects (in addition to more usual theory exercises). The theoretical development includes continued fractions and quadratic residues, directed always towards the two fundamental problems of primality testing and factorization. There is time, all the same, to include a number of topics and projects of a purely 'recreational' nature.
Citește tot Restrânge

Preț: 47885 lei

Preț vechi: 53804 lei
-11% Nou

Puncte Express: 718

Preț estimativ în valută:
9167 9428$ 7605£

Carte tipărită la comandă

Livrare economică 18 februarie-04 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780521409889
ISBN-10: 0521409888
Pagini: 252
Ilustrații: 12 b/w illus.
Dimensiuni: 150 x 225 x 14 mm
Greutate: 0.36 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom

Cuprins

Preface; 1. The fundamental theorem, GCDs and LCMs; 2. Listing primes; 3. Congruences; 4. Powers and pseudoprimes; 5. Miller's test and strong pseudoprimes; 6. Euler's theorem, orders and primality testing; 7. Cryptography; 8. Primitive roots; 9. The number of divisors d and the sum of divisors; 10. Continued fractions and factoring; 11. Quadratic residues; References; Index.

Recenzii

"An interesting, sophisticated introduction to number theory..." American Mathematical Monthly
"Of the many volumes I have seen about `number theory and computing', this delightful, if unorthodox, introductory text is probably the finest...a great strength of this book is its emphasis on computing and on computing examples. There are several programs included in the text, often different algorithms for achieving the same computational result, and both theoretical and practical reasons for preferring one method over another are discussed. The programming language is Pascal, which is perfectly appropriate...[and] there are a great many numerial exercises and examples...only the deadest of students could possibly consider this dry; the author has brought life and energy to the subject by his presentation." Duncan Buell, Mathematical Reviews

Descriere

In this introductory book Dr Giblin describes methods that have been developed for testing the primality of numbers, provides Pascal programs for their implementation, and gives applications to coding.