Published online by Cambridge University Press: 08 February 2010
This chapter contains two investigations of a number-theoretic nature, building on the ideas of Chapter 3. Investigation A is on greatest common divisors (gcds), and B is on pseudoprimes and Miller's test for primality.
A GCDs of random pairs and triples of numbers
Aims of the project
The idea is to find, by theoretical and experimental means, estimates for the probability that a pair of randomly chosen positive integers have no common factor. This is also extended to triples of numbers.
Mathematical ideas used
Elementary ideas of probability are used (e.g., probability of two independent events is the product of their individual probabilities). There are several mathematical arguments given which need to be ‘filled in’ with some details—in fact, this project is more mathematical than computational. The idea is to use mathematical arguments and experiment to determine certain probabilities, such as: given three random integers, what is the probability that each of the three resulting pairs of integers are coprime—that is, have gcd 1?
MATLAB techniques used
The project uses the M-flle gcdiv.m from Chapter 3, which calculates the gcd of two integers. It also requires the writing of some M-files which use loops and conditionals.
The M-flle gcdran.m takes n pairs of ‘random’ numbers, each < 1000, and finds the gcd of each pair, then prints out the percentage of pairs with gcd equal to 1.
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.