Think this would be a great course for high school or even middle school. No plug and chug that makes it a grind, plus a great intro to proofs and deeper mathematical thinking.
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 Mathematics: An Open Introduction [pdf]
11–20 of 49 posts
Re: Discrete Mathematics: An Open Introduction [pdf]
#12Beautifully written, concise, very accessible with the precise right amount of formalism.
http://books.google.com/books/about/Introductory_Discrete_St...
Re: Discrete Mathematics: An Open Introduction [pdf]
#13Re: Discrete Mathematics: An Open Introduction [pdf]
#14Think this would be a great course for high school or even middle school. No plug and chug that makes it a grind, plus a great intro to proofs and deeper mathematical thinking.
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.
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.
Re: Discrete Mathematics: An Open Introduction [pdf]
#15Earlier quoted context omitted.
Not so sure. There are quite a lot of bright high school students that could indeed understand it. Maybe not in general but for a special interest group for sure. The local university had a group covering stuff like this and I found it to be very fun as a high school student, and there were at least 5 people that I went to school with that could easily handle this material (and I didn't go to some special school, eit…
[flagged]
Though some High school kid with interest might grasp the parts he/she is interested in.
There is a big lap from there to "Could be taught in High School".
The sheer amount of work is the main obstacle in addition to the lack of specialization in the courses is one of the obstacles I think, apart from the obvious one which is the lack of foundational skills.
Re: Discrete Mathematics: An Open Introduction [pdf]
#16Earlier quoted context omitted.
Not so sure. There are quite a lot of bright high school students that could indeed understand it. Maybe not in general but for a special interest group for sure. The local university had a group covering stuff like this and I found it to be very fun as a high school student, and there were at least 5 people that I went to school with that could easily handle this material (and I didn't go to some special school, eit…
[flagged]
Re: Discrete Mathematics: An Open Introduction [pdf]
#17Re: Discrete Mathematics: An Open Introduction [pdf]
#18Earlier 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.
Not so sure. There are quite a lot of bright high school students that could indeed understand it. Maybe not in general but for a special interest group for sure. The local university had a group covering stuff like this and I found it to be very fun as a high school student, and there were at least 5 people that I went to school with that could easily handle this material (and I didn't go to some special school, eit…
I took an intro discrete math course in second year of university (at a school which is easily top 5 in math and engineering in my country) and I along with most of my peers struggled intensely with it, despite all of us having completed the proof-heavy courses in first year.
On the other hand, I routinely work with high school students who are unable to multiply a pair of single digit numbers without a calculator.
Re: Discrete Mathematics: An Open Introduction [pdf]
#19Earlier quoted context omitted.
Not so sure. There are quite a lot of bright high school students that could indeed understand it. Maybe not in general but for a special interest group for sure. The local university had a group covering stuff like this and I found it to be very fun as a high school student, and there were at least 5 people that I went to school with that could easily handle this material (and I didn't go to some special school, eit…
[flagged]
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 cattle station.
It's my understanding the US doesn't tackle any of this, nor Calculus, until undergraduate university.
Other countries address similar material (eg abstract algebra) in high school.
The full text is a bit OTT for high school (as I experienced it in Australia), but a good chunk wouldn't have been out of place, I and many of my peers would have happily read it as an extra curicular interest.
Re: Discrete Mathematics: An Open Introduction [pdf]
#20Earlier 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.
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 ordinary generating function).I doubt many elementary school students would be able to solve problems like this.