Skip to content

Solutions to Susanna Epp's Discrete Mathematics book, 5th Edition

License

Notifications You must be signed in to change notification settings

spamegg1/Epp-Discrete-Math-5th-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epp Discrete Math 5th Solutions

CC BY-NC-SA 4.0

You can find the PDF file on the Releases page on the right ===>>>

About

It soon became clear that the unconscious instincts for logic and language which had enabled me to succeed were not shared by the large majority of my students. - Susanna Epp (author of Discrete Mathematics with Applications, 5th edition)

Bjarne Stroustrup on the importance of Mathematics and Computer Science fundamentals

Solutions to Susanna Epp's Discrete Mathematics 5th Edition

This is much gentler than MIT Math for CS, and covers the same material.

Contact

Please feel free to open a discussion if you spot an error or a typo!

Contact me: spamegg1 on Discord, or on Slack, or on Matrix

Contributing

Only edit the .tex source files, I will use Github actions to compile and release the PDF files. (work in progress)

To make a change to an exercise, you need to change 2 files:

  • one of the chapter files, say chapter5.tex for example, and
  • make the same change in all.tex in the relevant section.

TODO