Skip to content

Solutions to the problems to Nahin's Digital Dice. An excellent collection of problems relating to probability

Notifications You must be signed in to change notification settings

simzam/solutions_digital_dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to problems from Digital Dice

Paul Nahin has written a wonderful collection of problems. All can be solved with a generator for pseudo-random numbers and some head scratching. Many probability problems are resistent to analytical solutions or even descriptions. However, the situations described by the problems can often be simulated with repeated use of psedu-random number generator. Nahin's explores solutions in depth and presents Matlab code for all the problems.

The code here is written in Python 3 using the built-in library random and also numpy and matplotlib for plotting.

About

Solutions to the problems to Nahin's Digital Dice. An excellent collection of problems relating to probability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages