Maths for Computing: CSL2040
"The landscape of computer science is surveyed by the theorems of mathematics, while algorithms blaze the trails of possibility."
– Unknown
Course Description
Welcome to the Maths for Computing course!
This course is designed to provide computer science and engineering students with a strong foundation in elementary discrete mathematics. It focuses on (i) introducing new mathematical objects that are useful in computer science and (ii) proof writing, while recognizing and addressing fallacious reasoning and statements. The key areas that the course covers are logic, proof methods, set theory, counting techniques, graph theory, and models of computation.
Course Information
Prerequisites
None.
Books
- Discrete mathematics and its applications by Kenneth H. Rosen.
- A Walk Through Combinatorics by Miklós Bóna.
Evaluation Scheme
- 30% - Quiz (Best 3 of 4).
- 30% - Minor.
- 40% - Major.
Office Hours
Mail me to fix an appointmentLectures
- Course overview, Administrative Details, Logic ( Slides )
- Propositions, Compound Propositions, Truth Table ( Slides )
- Compound Propositions, Logical Equivalence, Predicates ( Slides )
- Predicates, Quantifiers, Well-formed Formulas ( Slides )
- Quantifiers (contd.), Rules of Inferences ( Slides )
- Rules of Inferences (contd.), Introduction to Proofs ( Slides )
- Direct Proofs, Proof by Contraposition ( Slides )
- Proof by Contradiction, Proof By Exhaustion ( Slides )
- Proof by Exhaustion (contd.), Existence Proof, Forward & Backward Reasoning ( Slides )
- Mathematical Induction ( Slides )
- More Examples on Mathematical Induction, Flawed Proofs ( Slides )
- Strong Induction, Tips for Proof Writing ( Slides )
- Infinite Sets and Countability ( Slides ) ( Basics of Set Theory )
- Uncountable Sets and Relations ( Slides )
- Equivalence Relation and Partial Ordering ( Slides )
- Pigeonhole Principle ( Slides )
- Elementary Counting Problems ( Slides )
- Elementary Counting Problems (contd.) ( Slides )
- Binomial Theorem and Binomial Coefficients ( Slides )
- Multinomial Theorem and Principle of Inclusion-Exclusion ( Slides )
- Applications of PIE, Balls and Boxes ( Slides )
- Balls and Boxes (Contd.) ( Slides )
- Catalan Number and Introduction to Graph Theory ( Slides )
- Handshaking Lemma, Euler Tours ( Slides )
- More Notations, Hamiltonian Cycles ( Slides )
- Graph Isomorphism, Trees ( Slides )
- Trees(contd.), Colouring, Bipartite Graphs ( Slides )
- Matching ( Slides )
- Matching (contd.), Hall’s Marriage Theorem ( Slides )
- Hall’s Marriage Theorem (contd.), Planar Graphs ( Slides )
- Non-planarity of K_{3,3} and K_5  ( Slides )
- 6-colour Theorem, 5-colour Theorem, Intro. to Theory of Computation ( Slides )
- Deterministic Finite Automata ( Slides )
- More DFAs, Pumping Lemma ( Slides )
- Pumping Lemma (contd.), Context Free Grammars ( Slides )
- Context Free Grammars (contd.), Turing machines ( Slides )
- Turing machines (contd.) ( Slides )
- Computers vs TMs, Encoding of a TM, Universal TM ( Slides )
- Halting Problem and its Complement ( Slides )
- Reductions and more Undecidable Problem ( Slides )