Live data from Hacker News

Discrete Mathematics: An Open Introduction [pdf]

discrete.openmathbooks.org

21–30 of 49 posts

Re: Discrete Mathematics: An Open Introduction [pdf]

#21
post #14
post #4

Earlier quoted context omitted.

I taught mathematics for 30 years at the college level. This is a college level textbook and it is not appropriate for either high school or middle school. Very few students at that level would be able to understand this material.

Discrete Math it's far easier than Calculus with infinitesimals, limits and curves everywhere. As a programmer with Lisp experienc but not HS-er, I'd say that any kid learning Python would be at home with Discrete Math, or most Elementary kids playing RPG's/JRPG's at home.

On the other hand, all the analysis really boils down to exploiting continuity and smoothness of functions. Once you get that, the epsilon-delta formulation becomes really obvious. And then you just keep building on top of it, adding layers and layers of abstraction, just like with programming.

With discrete math, there are really no unifying themes.

Re: Discrete Mathematics: An Open Introduction [pdf]

#22
post #4

Earlier quoted context omitted.

I taught mathematics for 30 years at the college level. This is a college level textbook and it is not appropriate for either high school or middle school. Very few students at that level would be able to understand this material.

I need to develop more intuition and maturity to understand a few relatively math-heavy engineering methods and ML/DL papers. Would you have any recommendations for not very bright college students? Perhaps something similar to Calculus Made Easy? Also, have you ever taught math using software like Mathematica or SageMath? (I graduated from college a long while ago and don't really have the bandwidth to solve problem…

Unfortunately the best way to develop intuition is to solve problem sets :). And for ML to make sense, understanding some probability theory might be more important than understanding calculus. In math heavy papers you'll need calculus and linear algebra too, but it's going to be hard to understand them without a fair amount of prior study. I took lots of math classes and wrote out problem sets, and I still can't read many of those papers.

Re: Discrete Mathematics: An Open Introduction [pdf]

#23
> The entire book is available for free as an interactive online ebook. This should work well on all screen sizes, including smart phones, and work well with screen readers for visually impaired students. Hints and solutions to examples and exercises are hidden but easily revealed by clicking on their links. Some exercises also allow you to enter and check your work, so you can try multiple times without spoiling the answer.

https://discrete.openmathbooks.org/dmoi4/

> The source files for this book are available on GitHub.

https://github.com/oscarlevin/discrete-book/

Re: Discrete Mathematics: An Open Introduction [pdf]

#24
post #12

I am yet to find a better introduction than Busby and Kolman's "Introductory Discrete Structures with Applications". Beautifully written, concise, very accessible with the precise right amount of formalism. http://books.google.com/books/about/Introductory_Discrete_St...

During my research years, we had to grind on Combinatorial Optimization book by Korte and Bygen for the weekly book reviews. Safe to say, it was not an introductory work. Still it was fun seeing the different examples my colleague would bring up during those meetings.

Re: Discrete Mathematics: An Open Introduction [pdf]

#25
post #21
post #14

Earlier quoted context omitted.

Discrete Math it's far easier than Calculus with infinitesimals, limits and curves everywhere. As a programmer with Lisp experienc but not HS-er, I'd say that any kid learning Python would be at home with Discrete Math, or most Elementary kids playing RPG's/JRPG's at home.

On the other hand, all the analysis really boils down to exploiting continuity and smoothness of functions. Once you get that, the epsilon-delta formulation becomes really obvious. And then you just keep building on top of it, adding layers and layers of abstraction, just like with programming. With discrete math, there are really no unifying themes.

I think of these with analogues with pixel rendering in order to understand integration and diferentiation on an intuitive way.

Once you 'see' how triangles/slopes are drawn on a GB/GBA, you begin to understand limits.

derivative of x^2 = 2x and a neglibile pixel/point that shouldn't be there but it 'exists' to show a changing factor.

Re: Discrete Mathematics: An Open Introduction [pdf]

#27
post #19
post #7

Earlier quoted context omitted.

[flagged]

Just for interest. We covered part of this material to a similar level in high school in Australia in the early 1980s along with Calculus, probability and statistics. In the math II/III streams ("advanced" for those wanting to do Enginering, Medicine, STEM, hard trades courses that need a grasp of math, etc). This was a public high school in a remote area BTW, which I attended pretty much straight off an outback catt…

Ninth grade introduced me to algebra and my 'technical' high school program spent a lot of resources teaching calculus and algebra. I also opted into all the other math courses they had, doing discrete math, complex numbers and stochastic math. I didn't have points to put into taking it but the school also offered a course on modern physics, teaching stuff like field equations and quantum mysteries.

One of my adolescence girlfriends left Russia after fifth grade and had an introduction to both algebra and some discrete math there.

Re: Discrete Mathematics: An Open Introduction [pdf]

#28
post #21
post #14

Earlier quoted context omitted.

Discrete Math it's far easier than Calculus with infinitesimals, limits and curves everywhere. As a programmer with Lisp experienc but not HS-er, I'd say that any kid learning Python would be at home with Discrete Math, or most Elementary kids playing RPG's/JRPG's at home.

On the other hand, all the analysis really boils down to exploiting continuity and smoothness of functions. Once you get that, the epsilon-delta formulation becomes really obvious. And then you just keep building on top of it, adding layers and layers of abstraction, just like with programming. With discrete math, there are really no unifying themes.

I would expect people to be more comfortable with discrete math, because we are more used to thinking of separate things as opposed to things without a boundry, so to say. There are exceptions to the latter, of course, like air, warmth, rain, etc.

Re: Discrete Mathematics: An Open Introduction [pdf]

#29
post #20
post #14

Earlier quoted context omitted.

Discrete Math it's far easier than Calculus with infinitesimals, limits and curves everywhere. As a programmer with Lisp experienc but not HS-er, I'd say that any kid learning Python would be at home with Discrete Math, or most Elementary kids playing RPG's/JRPG's at home.

Here’s a sample problem from discrete math when I took it in university: For any integer n ≥ 0, let Cn be the set of all integer compositions of n with odd number of parts, and each part is congruent to 1 modulo 3. Prove that: |Cn| = [x^n] (x - x^4)/(1 - x^2 - 2x^3 + x^6) Where [x^n] indicates the coefficient of the x^n term in the formal power series generated by the rational function (rational representation of the…

Why not? All that is really required is knowing 1/(1-x) = 1+x+x^2+... and a bit of algebraic manipulation.

Re: Discrete Mathematics: An Open Introduction [pdf]

#30
post #19
post #7

Earlier quoted context omitted.

[flagged]

Just for interest. We covered part of this material to a similar level in high school in Australia in the early 1980s along with Calculus, probability and statistics. In the math II/III streams ("advanced" for those wanting to do Enginering, Medicine, STEM, hard trades courses that need a grasp of math, etc). This was a public high school in a remote area BTW, which I attended pretty much straight off an outback catt…

I’m speaking from the perspective of the U.S. I still contend though that the vast majority of people ages 12 - 18 are incapable of learning this book. Note that I’m talking about this book as it is in it’s totality.

This book includes counting principles in it so one can always claim that aspects of this book can be taught to people between ages of 12 - 18. We do teach people how to count at a young age. The subject matter is such that one can introduce concepts from this book in grades 7 - 12 but not at the depth the book covers them.

Calculus is taught in most high schools in the U.S. but very few students take calculus in high school.

Post reply on HN