1 / 15

Lecture 3: Modular Arithmetic

Isabel K. Darcy Mathematics Department/Applied Mathematical & Computational Sciences University of Iowa http:// www.math.uiowa.edu /~ idarcy / AppliedTopology.html. Lecture 3: Modular Arithmetic

caden
Télécharger la présentation

Lecture 3: Modular Arithmetic

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Isabel K. Darcy Mathematics Department/Applied Mathematical & Computational Sciences University of Iowa http://www.math.uiowa.edu/~idarcy/AppliedTopology.html Lecture 3: Modular Arithmetic of a series of preparatory lectures for the Fall 2013 online course MATH:7450 (22M:305) Topics in Topology: Scientific and Engineering Applications of Algebraic Topology Target Audience: Anyone interested in topological data analysis including graduate students, faculty, industrial researchers in bioinformatics, biology, computer science, cosmology, engineering, imaging, mathematics, neurology, physics, statistics, etc.

  2. Defn: x = y mod z if x – y is a multiple of z Examples mod 12:

  3. Defn: x = y mod z if x – y is a multiple of z Examples mod 12: 3 = 15 mod 12 since 15 – 3 = 12 is a multiple of 12 3= 27 mod 12 since 27 – 3 = 24 is a multiple of 12 3 = -9 mod 12 since -9 – 3= -12 is a multiple of 12 12 = 0 mod 12 since 12 – 0 = 12 is a multiple of 12

  4. http://www.flickr.com/photos/catmachine/2875559738/in/photostream/http://www.flickr.com/photos/catmachine/2875559738/in/photostream/ http://creativecommons.org/licenses/by/2.0/deed.en

  5. 12 12 12 9 9 9 3 3 3 http://www.flickr.com/photos/catmachine/2875559738/in/photostream/ http://creativecommons.org/licenses/by/2.0/deed.en

  6. 12 12 9 9 9 3 3 3 http://www.flickr.com/photos/catmachine/2875559738/in/photostream/ http://creativecommons.org/licenses/by/2.0/deed.en

  7. 12 12 12 9 9 9 3 3 3 http://www.flickr.com/photos/catmachine/2875559738/in/photostream/ http://creativecommons.org/licenses/by/2.0/deed.en

  8. 36 24 12 33 9 3 15 27 21 http://www.flickr.com/photos/catmachine/2875559738/in/photostream/ http://creativecommons.org/licenses/by/2.0/deed.en

  9. -12 = 0 = 12 = 24 = 36 mod 12 mod 12 12 = 36 12 = 24 12 33 9 3 15 27 21 9= 21 = 33 mod 12 3 = 15 = 27 mod 12 http://www.flickr.com/photos/catmachine/2875559738/in/photostream/ http://creativecommons.org/licenses/by/2.0/deed.en

  10. mod 12 twelve = XII = 12 = 24 = 36 = 48 = -12 = -24 = 0 mod 12: Z12= {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} Addition: 13 + 12 = 1 + 0= 1 mod 12 15 + 72 = 3 + 0 = 3 mod 12 23 – 16 = 11 – 4 = -1 + 8 = -1 – 4 = -5 = 7 mod 12 Sidenote: 3 × 4 = 0 mod 12

  11. Video insert: mod 2 = light switch Mod 2 arithmetic can be illustrated via a light switch 0 = no light 1 = light 1 + 1 = 0 = no light 1 + 1 + 1 = 1 = light 1 + 1 + 1 + 1 = 0 = no light 1 = 3 = 5 = 7 = light 0 = 2 = 4 = 6 = no light

  12. mod 2 two = II = 2 = 4 = 6 = 8 = -2 = -4 = 0 mod 2 i.e., any even number mod 2 = zero one = I = 1 = 3 = 5 = 7 = -1 = -3 = -5 = -7 i.e., any odd number mod 2= one mod 2: Z2= Z/2Z = {0, 1}

  13. Defn: x = y mod z if x – y is a multiple of z Examples: 0 = 2 mod 2 since 2 – 0 = 2 is a multiple of 2 0 = -8 mod 2 since -8 – 0 = -8 is a multiple of 2 1 = 3 mod 2 since 3 – 1 = 2 is a multiple of 2 1 = -1 mod 2 since 1 – (-1) = 2 is a multiple of 2

  14. Addition modulo 2 two = II = 2 = 4 = 6 = 8 = -2 = -4 = 0 mod 2 i.e., any even number mod 2 = zero one = 1 = 3 = 5 = 7 = -1 = -3 = -5 = -7 i.e., any odd number mod 2= one mod 2: Z2= {0, 1} Addition: even + even = even = 0 4 – 10 = 0 + 0 = 0 even + odd = odd 24 + 15 = 1 + 0 = 1 odd + odd = even = 0 1 + 1 = 0

  15. With Z2= {0, 1} coefficients: e1 e1 e2 e2 e3 e5 e5 e4 e4 (e1 + e2 + e3)+ (e3 + e4 + e5) = e1 + e2 + 2e3 + e4 + e5 = e1 + e2 + e4 + e5 mod 2

More Related