SlideShare a Scribd company logo
Maths and the making of the modern world
The maths behind Google and the Ipod
Chris Budd
Mathematics is completely useless
Mathematicians are evil souless geeks
All Mathematicians are mad!
Some common views on maths and mathematicians
The modern world would not exist without maths
With maths you can tell the future and save lives
Maths lies at the heart of art and music
The truth is rather different!
Spot the mathematician, and why are they important?
Maxwell and the discovery of electromagnetic waves
Electromagnetism, radio, WiFi,TV, radar, mobile phones,
microwaves all come from the work of Maxwell!
Linear algebra, graph theory, SVD
Google:
Error correcting codes: Galois theory
Internet: Network theory
Security: Fermat, RSA
Mathematicians really have made the modern world possible
Medical imaging: Radon Transform
Communications: FFT, Shannon
Medical Statistics: Nightingale
A few other examples ….
The key to the modern world is information!
It is important that we store, transmit and search this
information carefully and without making mistakes
Maths helps us to do this…
Pick a number 0,1,2,3,…,7
Q1. Is your number 4,5,6,7?
Q2. Is your number 2,3,6,7?
Q3. Is your number 1,3,5,7?
Answer the following questions truthfully
Storing information by telling the truth
0 0 0 0
1 0 0 1
2 0 1 0
3 0 1 1
4 1 0 0
5 1 0 1
6 1 1 0
7 1 1 1
Binary numbers
3 Bit Binary Number: x
x represented by three digits a b c eg. 101
a,b,c are 0 or 1
x = 4*a + 2*b + c
eg. 101 = 4+0+1 = 5
011 = 0+2+1 = 3
1, 0 are called bits of information
All information in a computer is made up of bits
Simplest information has ONE BIT
Are you OK?
Usually binary numbers have more than 3 bits
eg. 10011011 has 8 bits
A symbol of 8 bits is called a byte.
You can have 256 such symbols
Letters A,B,C, … are converted into 8 bit ASCII
Other languages eg. Japanese use 32 bit Unicode
Binary numbers 0..7 have 3 bits
Camera takes picture made up of PIXELS
8 BITS per pixel ….. 256 range of intensity = 1 byte
1 000 000 Pixels per Picture
3 colours
Total 3 M Byte per picture
One bite memory
Using binary you can count from 0 to 31 on one hand with
5 bit binary numbers
How does a monster count to 25?
On his fingers!
eg. 10110 = 16 + 4 + 2 = 22
11001 = 16 + 8 + 1 = 25
Sometimes we make mistakes
How to avoid errors.
Mean to send 11100011
Make a mistake on one bit and send
11101011
Can we tell if we have made a mistake?
Answer the following questions.
Either tell the truth or lie at most once
Pick a number between 0 and 7
Q1 Is it 4,5,6,7?
Q2 Is it 2,3,6,7?
Q3 Is it 1,3,5,7?
Q4 Is it 1,2,4,7?
Can we find the liar?
0 0 0 0 0
1 0 0 1 1
2 0 1 0 1
3 0 1 1 0 answer to last question
4 1 0 0 1
5 1 0 1 0
6 1 1 0 0
7 1 1 1 1
If all true there are an: even number of 1s
If one lie there is an: odd number of 1s
Last digit/question is called a parity bit and tells us if we
have made a mistake
Technique was used by ancient scribes when copying biblical texts
Once we spot an error we can either
Discard the whole message
…. OR ….
Ask for the information to be sent again
…. OR ….
We can try to correct it
Error correcting codes.
Used to store the numbers 0,1,2,3,4,5,6,7 and other data
in such a way that any errors can not only be detected but
corrected.
Answer the following questions .. You can
either tell the truth or lie at most once
Choose a number 0,1,2,3,4,5,6,7
Q1 Is the number 4,5,6,7?
Q2 Is the number 2,3,6,7?
Q3 Is the number 1,3,5,7?
Q4 Is the number 1,3,4,6?
Q5 Is the number 1,2,5,6?
Q6 Is the number 2,3,4,5?
0 000 000
1 001 110
2 010 011
3 011 101
4 100 101
5 101 011
6 110 110
7 111 000
Binary number Correcting number
Start with a binary number 110110
Telling the truth doesn’t change the number 110110
Lying once changes the number by one digit 100110
Hamming Distance:
Take two binary numbers. How many digits
do we have to change to turn one into the
other?
0 000 000
1 001 110
2 010 011
3 011 101
4 100 101
5 101 011
6 110 110
7 111 000
All are a Hamming distance of
3 apart
Choose the closest number to
the one you are sent. This
must be correct.
Binary number Correcting number
Error correcting codes.
Extend these ideas using Finite Field Theory (Galois)
These are widely used in
• CDs
• Digital TV and Radio
• Mobile phones
• Satellites
Invented in the 1940s by
Hamming in the Bell Labs
Different types of code are used depending upon
• The Level of noise
• Whether the noise is random or comes in bursts
These are used in IPODs
IPOD also compress the information.
Instead of sending this message
which has lots of vowels in it which
we don’t really need
W cn snd ths mssg nstd whch ds nt
hv ny vwls t ll
Nw try ths fr yrslf
For example
MPEG file also compresses sound waveforms
Decompose into a sum of harmonics. Only store the first few of these
The Maths Behind Google
Google searches for information stored on many web-sites.
Web-sites are linked together by a network showing which web-
site points to which other web-site
It RANKS web-sites in order of the importance of the information
that they contain.
IDEA. A website is important if lots of other websites link to it.
A website is even more important if it is linked to by lots of
important web-sites.
PAGE RANK
Each Web-site has a rank R
Divide R by the number N of web-sites that this web-site links, to get S=R/N
For each web-site, calculate R by adding up the values of S for every web-site that
connects to it.
12
4
9
6
4
4
4
2
2
3
3
9
Now do the same for 1 000 000 0000 more
computers
Need to calculate the unit eigenvector of an extremely
large matrix!
And make many $$$$$$$$$$$$$$$$$

More Related Content

Similar to ModernWorldKCL.ppt

Deepak sh
Deepak shDeepak sh
Deepak sh
Deepak shDeepak sh
Binary.pdf
Binary.pdfBinary.pdf
Binary.pdf
ChrisTalla1
 
Computer_Programming_Fundamentals CHAPTER 2.pptx
Computer_Programming_Fundamentals CHAPTER 2.pptxComputer_Programming_Fundamentals CHAPTER 2.pptx
Computer_Programming_Fundamentals CHAPTER 2.pptx
BernardVelasco1
 
Part Numbering and ID codes: general considerations and check digits
Part Numbering and ID codes: general considerations and check digitsPart Numbering and ID codes: general considerations and check digits
Part Numbering and ID codes: general considerations and check digits
johnhwoodsslideshare
 
Master Minds on Data Science - Arno Siebes
Master Minds on Data Science - Arno SiebesMaster Minds on Data Science - Arno Siebes
Master Minds on Data Science - Arno Siebes
Media Perspectives
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representationekul
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
Kyle
 
2.2 data and information
2.2 data and information2.2 data and information
2.2 data and informationmrmwood
 
Enlish presntation
Enlish presntationEnlish presntation
Enlish presntation
Ayoub BAHTAT
 
Ancestry, Anecdotes & Avanan -DL for Amateurs
Ancestry, Anecdotes & Avanan -DL for Amateurs Ancestry, Anecdotes & Avanan -DL for Amateurs
Ancestry, Anecdotes & Avanan -DL for Amateurs
Natan Katz
 
Mastering python lesson1
Mastering python lesson1Mastering python lesson1
Mastering python lesson1
Ruth Marvin
 
What the f*ck is the internet? - vol. 1
What the f*ck is the internet? - vol. 1What the f*ck is the internet? - vol. 1
What the f*ck is the internet? - vol. 1
Alex Viana
 
Gunning for granny
Gunning for grannyGunning for granny
Gunning for granny
Chris Roberts
 
Chatbots in 2017 -- Ithaca Talk Dec 6
Chatbots in 2017 -- Ithaca Talk Dec 6Chatbots in 2017 -- Ithaca Talk Dec 6
Chatbots in 2017 -- Ithaca Talk Dec 6
Paul Houle
 
Hackers contemplations
Hackers contemplationsHackers contemplations
Hackers contemplations
Chris Roberts
 
Machine Learning Workshop, TSEC 2020
Machine Learning Workshop, TSEC 2020Machine Learning Workshop, TSEC 2020
Machine Learning Workshop, TSEC 2020
Siddharth Adelkar
 
federal reserve.
federal reserve.federal reserve.
federal reserve.
Sandro Suzart
 
Introduction to Digital Media
Introduction to Digital MediaIntroduction to Digital Media
Introduction to Digital Media
Lifelong Learning
 
Macro 2
Macro 2Macro 2
Macro 2
Gale Pooley
 

Similar to ModernWorldKCL.ppt (20)

Deepak sh
Deepak shDeepak sh
Deepak sh
 
Deepak sh
Deepak shDeepak sh
Deepak sh
 
Binary.pdf
Binary.pdfBinary.pdf
Binary.pdf
 
Computer_Programming_Fundamentals CHAPTER 2.pptx
Computer_Programming_Fundamentals CHAPTER 2.pptxComputer_Programming_Fundamentals CHAPTER 2.pptx
Computer_Programming_Fundamentals CHAPTER 2.pptx
 
Part Numbering and ID codes: general considerations and check digits
Part Numbering and ID codes: general considerations and check digitsPart Numbering and ID codes: general considerations and check digits
Part Numbering and ID codes: general considerations and check digits
 
Master Minds on Data Science - Arno Siebes
Master Minds on Data Science - Arno SiebesMaster Minds on Data Science - Arno Siebes
Master Minds on Data Science - Arno Siebes
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
2.2 data and information
2.2 data and information2.2 data and information
2.2 data and information
 
Enlish presntation
Enlish presntationEnlish presntation
Enlish presntation
 
Ancestry, Anecdotes & Avanan -DL for Amateurs
Ancestry, Anecdotes & Avanan -DL for Amateurs Ancestry, Anecdotes & Avanan -DL for Amateurs
Ancestry, Anecdotes & Avanan -DL for Amateurs
 
Mastering python lesson1
Mastering python lesson1Mastering python lesson1
Mastering python lesson1
 
What the f*ck is the internet? - vol. 1
What the f*ck is the internet? - vol. 1What the f*ck is the internet? - vol. 1
What the f*ck is the internet? - vol. 1
 
Gunning for granny
Gunning for grannyGunning for granny
Gunning for granny
 
Chatbots in 2017 -- Ithaca Talk Dec 6
Chatbots in 2017 -- Ithaca Talk Dec 6Chatbots in 2017 -- Ithaca Talk Dec 6
Chatbots in 2017 -- Ithaca Talk Dec 6
 
Hackers contemplations
Hackers contemplationsHackers contemplations
Hackers contemplations
 
Machine Learning Workshop, TSEC 2020
Machine Learning Workshop, TSEC 2020Machine Learning Workshop, TSEC 2020
Machine Learning Workshop, TSEC 2020
 
federal reserve.
federal reserve.federal reserve.
federal reserve.
 
Introduction to Digital Media
Introduction to Digital MediaIntroduction to Digital Media
Introduction to Digital Media
 
Macro 2
Macro 2Macro 2
Macro 2
 

Recently uploaded

Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
YOGESH DOGRA
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
Wasswaderrick3
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
Sérgio Sacani
 
S.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary levelS.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary level
ronaldlakony0
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
University of Maribor
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
muralinath2
 
role of pramana in research.pptx in science
role of pramana in research.pptx in sciencerole of pramana in research.pptx in science
role of pramana in research.pptx in science
sonaliswain16
 
Richard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlandsRichard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlands
Richard Gill
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
fafyfskhan251kmf
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
alishadewangan1
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
Nistarini College, Purulia (W.B) India
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
sachin783648
 
in vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptxin vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptx
yusufzako14
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
Areesha Ahmad
 

Recently uploaded (20)

Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
 
S.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary levelS.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary level
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
 
role of pramana in research.pptx in science
role of pramana in research.pptx in sciencerole of pramana in research.pptx in science
role of pramana in research.pptx in science
 
Richard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlandsRichard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlands
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
 
in vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptxin vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptx
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
 

ModernWorldKCL.ppt

  • 1. Maths and the making of the modern world The maths behind Google and the Ipod Chris Budd
  • 2. Mathematics is completely useless Mathematicians are evil souless geeks All Mathematicians are mad! Some common views on maths and mathematicians
  • 3. The modern world would not exist without maths With maths you can tell the future and save lives Maths lies at the heart of art and music The truth is rather different!
  • 4. Spot the mathematician, and why are they important? Maxwell and the discovery of electromagnetic waves Electromagnetism, radio, WiFi,TV, radar, mobile phones, microwaves all come from the work of Maxwell!
  • 5. Linear algebra, graph theory, SVD Google: Error correcting codes: Galois theory Internet: Network theory Security: Fermat, RSA Mathematicians really have made the modern world possible Medical imaging: Radon Transform Communications: FFT, Shannon Medical Statistics: Nightingale A few other examples ….
  • 6. The key to the modern world is information!
  • 7. It is important that we store, transmit and search this information carefully and without making mistakes Maths helps us to do this…
  • 8. Pick a number 0,1,2,3,…,7 Q1. Is your number 4,5,6,7? Q2. Is your number 2,3,6,7? Q3. Is your number 1,3,5,7? Answer the following questions truthfully Storing information by telling the truth
  • 9. 0 0 0 0 1 0 0 1 2 0 1 0 3 0 1 1 4 1 0 0 5 1 0 1 6 1 1 0 7 1 1 1 Binary numbers
  • 10. 3 Bit Binary Number: x x represented by three digits a b c eg. 101 a,b,c are 0 or 1 x = 4*a + 2*b + c eg. 101 = 4+0+1 = 5 011 = 0+2+1 = 3
  • 11. 1, 0 are called bits of information All information in a computer is made up of bits Simplest information has ONE BIT Are you OK?
  • 12. Usually binary numbers have more than 3 bits eg. 10011011 has 8 bits A symbol of 8 bits is called a byte. You can have 256 such symbols Letters A,B,C, … are converted into 8 bit ASCII Other languages eg. Japanese use 32 bit Unicode Binary numbers 0..7 have 3 bits
  • 13. Camera takes picture made up of PIXELS 8 BITS per pixel ….. 256 range of intensity = 1 byte 1 000 000 Pixels per Picture 3 colours Total 3 M Byte per picture One bite memory
  • 14. Using binary you can count from 0 to 31 on one hand with 5 bit binary numbers How does a monster count to 25? On his fingers! eg. 10110 = 16 + 4 + 2 = 22 11001 = 16 + 8 + 1 = 25
  • 15. Sometimes we make mistakes How to avoid errors. Mean to send 11100011 Make a mistake on one bit and send 11101011 Can we tell if we have made a mistake?
  • 16. Answer the following questions. Either tell the truth or lie at most once Pick a number between 0 and 7 Q1 Is it 4,5,6,7? Q2 Is it 2,3,6,7? Q3 Is it 1,3,5,7? Q4 Is it 1,2,4,7? Can we find the liar?
  • 17. 0 0 0 0 0 1 0 0 1 1 2 0 1 0 1 3 0 1 1 0 answer to last question 4 1 0 0 1 5 1 0 1 0 6 1 1 0 0 7 1 1 1 1 If all true there are an: even number of 1s If one lie there is an: odd number of 1s Last digit/question is called a parity bit and tells us if we have made a mistake
  • 18. Technique was used by ancient scribes when copying biblical texts
  • 19. Once we spot an error we can either Discard the whole message …. OR …. Ask for the information to be sent again …. OR …. We can try to correct it
  • 20. Error correcting codes. Used to store the numbers 0,1,2,3,4,5,6,7 and other data in such a way that any errors can not only be detected but corrected.
  • 21. Answer the following questions .. You can either tell the truth or lie at most once Choose a number 0,1,2,3,4,5,6,7 Q1 Is the number 4,5,6,7? Q2 Is the number 2,3,6,7? Q3 Is the number 1,3,5,7? Q4 Is the number 1,3,4,6? Q5 Is the number 1,2,5,6? Q6 Is the number 2,3,4,5?
  • 22. 0 000 000 1 001 110 2 010 011 3 011 101 4 100 101 5 101 011 6 110 110 7 111 000 Binary number Correcting number
  • 23. Start with a binary number 110110 Telling the truth doesn’t change the number 110110 Lying once changes the number by one digit 100110 Hamming Distance: Take two binary numbers. How many digits do we have to change to turn one into the other?
  • 24. 0 000 000 1 001 110 2 010 011 3 011 101 4 100 101 5 101 011 6 110 110 7 111 000 All are a Hamming distance of 3 apart Choose the closest number to the one you are sent. This must be correct. Binary number Correcting number
  • 25. Error correcting codes. Extend these ideas using Finite Field Theory (Galois) These are widely used in • CDs • Digital TV and Radio • Mobile phones • Satellites Invented in the 1940s by Hamming in the Bell Labs
  • 26. Different types of code are used depending upon • The Level of noise • Whether the noise is random or comes in bursts
  • 27. These are used in IPODs IPOD also compress the information.
  • 28. Instead of sending this message which has lots of vowels in it which we don’t really need W cn snd ths mssg nstd whch ds nt hv ny vwls t ll Nw try ths fr yrslf For example
  • 29. MPEG file also compresses sound waveforms Decompose into a sum of harmonics. Only store the first few of these
  • 30. The Maths Behind Google Google searches for information stored on many web-sites. Web-sites are linked together by a network showing which web- site points to which other web-site
  • 31. It RANKS web-sites in order of the importance of the information that they contain. IDEA. A website is important if lots of other websites link to it. A website is even more important if it is linked to by lots of important web-sites.
  • 32. PAGE RANK Each Web-site has a rank R Divide R by the number N of web-sites that this web-site links, to get S=R/N For each web-site, calculate R by adding up the values of S for every web-site that connects to it. 12 4 9 6 4 4 4 2 2 3 3 9
  • 33. Now do the same for 1 000 000 0000 more computers Need to calculate the unit eigenvector of an extremely large matrix! And make many $$$$$$$$$$$$$$$$$