Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Discrete Structures and Discrete Mathematics

I haven't yet found a good answer. Or any answer, for that matter. I've been asked to teach a discrete structures for CS course, but at the same time make sure it's not a discrete mathematics course -- that's offered by the Mathematics department.

Many colleges offer a discrete structures course. There are also many DS textbooks. But when I look at the course syllabi and the textbook introductions, the term "discrete structures" is never used; they use "discrete mathematics" instead. DS only appears in the title of the course/textbook.

Examples:

CS 381 at ODU

Discrete Structures entry at Wikipedia

What's discrete structures and how does it differ from discrete mathematics?

like image 805
Barry Brown Avatar asked Apr 14 '09 18:04

Barry Brown


2 Answers

I remember distinctly that our textbook stated:

Discrete structures are structures that are used in describing discrete mathematics.

Discrete mathematics is math that makes use of discrete structures.

In reality, discrete mathematics is just that, math dealing with discrete values. Discrete structures are somewhat like constructs for discrete mathematics, but also deals with the topic matter. The two, however, as a course name, describe the same thing.

The terms are used so interchangably and are so vague that the people asking you for this likely don't realize what they are asking. I don't think you'll find any resources that give you a clear cut answer, but probably what you want to do is teach discrete mathematics with a focus on the CS perspective.

like image 112
JoshJordan Avatar answered Sep 20 '22 15:09

JoshJordan


I have http://www.amazon.com/Discrete-Computational-Structures-Computer-Mathematics/dp/0124208509 which seems to be what they're asking for.

Chapter 1 says "This is a book about structures."

Always, since our interest is in digital computation, our structures will be discrete.

I supposed you could split that hair and say "see, it's just discrete mathematics warmed over." While it might be true, I think it's only a matter of focus.

It becomes discrete structures when the focus is on digital computation.

like image 39
S.Lott Avatar answered Sep 16 '22 15:09

S.Lott