Discrete Mathematics textbooks for undergraduates - MathOverflow most recent 30 from http://mathoverflow.net2013-05-18T10:23:01Zhttp://mathoverflow.net/feeds/question/103680http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/103680/discrete-mathematics-textbooks-for-undergraduatesDiscrete Mathematics textbooks for undergraduatesPaPiro2012-08-01T11:59:17Z2012-08-01T20:40:57Z
<p>For the first time, I will be teaching a course on Discrete Mathematics for electrical and computer undergraduates students.</p>
<p>I intend to focus on <strong>practical applications</strong>.</p>
<p>I would be grateful if people would suggest names of books/lecture notes on the subject. Thank you in advance! </p>
http://mathoverflow.net/questions/103680/discrete-mathematics-textbooks-for-undergraduates/103682#103682Answer by Joel Reyes Noche for Discrete Mathematics textbooks for undergraduatesJoel Reyes Noche2012-08-01T12:42:53Z2012-08-01T12:42:53Z<p>Harold S. Stone's <em>Discrete Mathematical Structures and their Applications</em> (Science Research Associates, 1973) has applications of group theory to computer design (adders, dynamic memories) and applications of linear finite-state machines to linear feedback shift registers. You might want to use a newer text, though.</p>
http://mathoverflow.net/questions/103680/discrete-mathematics-textbooks-for-undergraduates/103692#103692Answer by Joseph O'Rourke for Discrete Mathematics textbooks for undergraduatesJoseph O'Rourke2012-08-01T14:17:18Z2012-08-01T14:33:01Z<p><em>Discrete Mathematics and Its Applications</em>, by Ken Rosen, 2012. <a href="http://www.amazon.com/Discrete-Mathematics-Applications-Kenneth-Rosen/dp/0072899050" rel="nofollow">Amazon link</a>.
Here is the publisher's description:</p>
<blockquote>
<p><em>Discrete Mathematics and its Applications</em>, Seventh Edition, is intended for one- or two-term introductory discrete mathematics courses taken by students from a wide variety of majors, including computer science, mathematics, and engineering. This renowned best-selling text, which has been used at over 500 institutions around the world, gives a focused introduction to the primary themes in a discrete mathematics course and demonstrates the relevance and practicality of discrete mathematics to a wide variety of real-world applications…from computer science to data networking, to psychology, to chemistry, to engineering, to linguistics, to biology, to business, and to many other important fields.</p>
</blockquote>
<p>It is now in its <a href="http://www.mhhe.com/math/advmath/rosenindex.mhtml" rel="nofollow">7th(!) edition</a>. Here is a link to its <a href="http://highered.mcgraw-hill.com/sites/0073383090/information_center_view0/table_of_contents.html" rel="nofollow">table of contents</a>.
And here is a <a href="http://www.computingreviews.com/review/review_review.cfm?review_id=127580" rel="nofollow">review</a> (of the 5th edition) by Diane Spresser, which ends</p>
<blockquote>
<p>... this is, overall, an excellent text, with an impressive supplemental package.</p>
</blockquote>
http://mathoverflow.net/questions/103680/discrete-mathematics-textbooks-for-undergraduates/103694#103694Answer by Stopple for Discrete Mathematics textbooks for undergraduatesStopple2012-08-01T15:09:38Z2012-08-01T15:09:38Z<p>I like Concrete Mathematics by Graham, Knuth and Patashnik:</p>
<blockquote>
<p>This book introduces the mathematics
that supports advanced computer
programming and the analysis of
algorithms. The primary aim of its
well-known authors is to provide a
solid and relevant base of
mathematical skills - the skills
needed to solve complex problems, to
evaluate horrendous sums, and to
discover subtle patterns in data. It
is an indispensable text and reference
not only for computer scientists - the
authors themselves rely heavily on it!
- but for serious users of mathematics in virtually every discipline.</p>
<p>Concrete Mathematics is a blending of
CONtinuous and disCRETE mathematics.
"More concretely," the authors
explain, "it is the controlled
manipulation of mathematical formulas,
using a collection of techniques for
solving problems." The subject matter
is primarily an expansion of the
Mathematical Preliminaries section in
Knuth's classic Art of Computer
Programming, but the style of
presentation is more leisurely, and
individual topics are covered more
deeply. Several new topics have been
added, and the most significant ideas
have been traced to their historical
roots. The book includes more than 500
exercises, divided into six
categories. Complete answers are
provided for all exercises, except
research problems, making the book
particularly valuable for self-study.</p>
</blockquote>
http://mathoverflow.net/questions/103680/discrete-mathematics-textbooks-for-undergraduates/103723#103723Answer by darij grinberg for Discrete Mathematics textbooks for undergraduatesdarij grinberg2012-08-01T19:38:18Z2012-08-01T19:38:18Z<p><a href="http://homepages.cwi.nl/~lex/" rel="nofollow">Lex Schrijver</a>, who <a href="http://homepages.cwi.nl/~lex/files/flows_in_ro.pdf" rel="nofollow">led a team redesigning the Dutch railway schedule</a>, has a <a href="http://homepages.cwi.nl/~lex/files/dict.pdf" rel="nofollow">course in Combinatorial Optimization</a> with a number of applications (although usually not at a very concrete level). I'm not always happy with the level of detail in the proofs in the text, but keep in mind that these are lecture notes and they're free. He also has a number of other texts on his website; it's a treasure trove.</p>
<p>This, of course, is "Hungarian" combinatorics. As for enumerative and algebraic combinatorics, I don't know of a source giving many applications (but then again, who needs applications if you can have universal properties?...).</p>