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 Epp.tex source file, I use Github Actions to compile and release the PDF file automatically.

So, you do not have to include your compiled PDF in your pull requests.

Compiling locally

You don't need to do this for contributing, Github actions will take care of it for you on pull requests.

But if you are compiling locally, you'll need:

  • a full TeXlive installation (you do need the full thing, I use some rare / obscure packages), and
  • since I am using minted for syntax highlighting some code, you'll have to pass the -shell-escape argument to latexmk for the compilation.