MAT 253-01 (Discrete Mathematical Structures)
Spring 2016
A rigorous introduction to discrete mathematical structures, proof techniques, and programming. Topics include sets, functions, sequences, relations, induction, propositional and predicate logic, modular arithmetic, and mathematical programming.
- Pr. grade of at least C in MAT 151 or MAT 191.
The class meets TR 9:30 - 10:45 am in Petty 224. The final exam
is Tuesday, May 3, 2016 at noon.
All announcements and handouts will be posted on Canvas. Be sure to check your
UNCG email regularly.
Documents (pdf)
Useful links
- How large is 52 factorial? See this Youtube video by
Vsauce for a visualization using a description by Scott Czepiel. Skip to
around the 15:55 mark if you don't have time to watch the 20 minute video.
- Book of
Proof by Richard Hammock is an introduction to the
standard methods of proving mathematical theorems. It has been
approved by the American Institute of Mathematics' Open Textbook
Initiative.
- The Art of Proof by Matthias Beck and Ross Geoghegan is an
excellent introduction to writing good proofs. Go to the UNCG Library
Catalog to find this book. You can download a free copy by
entering your UNCG information.
- Math Help Center: Tutoring is provided on a walk-in first come first serve basis. No appointment is necessary. See the webpage for the schedule.
- Textbook website has tips, advice, additional exercises, and other supplemental information.
Python is a great object-oriented, interpreted, and interactive programming language.
- Codecademy: Online
coursework to learn Python.
- The official home of
the Python Programming Language: Downloads, documentation, and more.
- Learn Python
the Hard Way: This book instructs you in Python by slowly
building and establishing skills through techniques like practice and
memorization, then applying them to increasingly difficult
problems. By the end of the book you will have the tools needed to
begin learning more complex programming topics.
- Non-Programmer's
Tutorial for Python 2.6: The Non-Programmers' Tutorial For Python 2.6
is a tutorial designed to be an introduction to the Python programming
language. This guide is for someone with no programming experience.
- Python 2.7
Tutorial: This tutorial does not attempt to be comprehensive and
cover every single feature, or even every commonly used
feature. Instead, it introduces many of Python’s most noteworthy
features, and will give you a good idea of the language’s flavor and
style. After reading it, you will be able to read and write Python
modules and programs, and you will be ready to learn more about the
various Python library modules described in The Python Standard
Library.
- Python for Non-Programmers: If you've never programmed before, the tutorials on this page are recommended for you; they don't assume that you have previous experience.
- Python for Programmers: The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.).
- The Python
Wiki