introduction comp283 – discrete structures. joohwi lee dr. lee or mr. lee abd student working with...

22
Introduction COMP283 – Discrete Structures

Upload: moses-cain

Post on 04-Jan-2016

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Introduction

COMP283 – Discrete Structures

Page 2: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

JOOHWI LEEDr. Lee or Mr. LeeABD Student working with Dr. Styner

Email: [email protected]://www.cs.unc.edu/~joohwi/COMP283

Class Information

Page 3: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Office HoursMW 12:15PM ~ 01:15PM SN014MW 01:30PM ~ 02:30PM FB008Appointment via Email or after classes

Office Hours

Page 4: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Discrete Mathematics with Applications

Textbook

Page 5: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Four categories10 Quizzes (20 pts)3 Assignments (30 pts)Midterm and Final exams (20 pts and 30 pts)Office hour meeting (extra 3 pts)

Evaluation

Page 6: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Quizzes6 In-class quizzes • will be announced at a previous class• may take up to 15 minutes

4 Take-home quizzes• may take up to 45 minutes

No discussionMostly from the textbook

Quizzes

Page 7: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Assignments

will be take-homeadvised to cooperate with classmates but write your own solutionswill have two weeks for submissionwill not be graded if submitted over due dates

Assignments and Exams

Page 8: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

ExamsThe mid-term date will be 2nd March, Monday at the class (50 minutes)The final date will be discussed later

Curved Grading Scale90% A75%-89% B60%-74 % C50%-59 % D

Exams and Grading

I do reserve the right to be more lenient or strict

Page 9: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

A very fundamental course

• Basis for Computer Programming• Basis for Algorithms and Data Structures• Basis for Database System• …• Helpful to prepare interviews for IT companies

What is Discrete Mathematics?

Page 10: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

This is a really helpful and useful class.This class contains one of the most basic (and even beautiful) math you will ever learn.This class should be fun if you really learn.

Good News

Page 11: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Several TopicsLogics, Sets, Functions, Graphs, …

Definitions and ConceptsThere are many you have to memorize

Mathematical Proof and AnalysisA painful processes with heavy concentrationThis will tease our brains

Could be boring if you are smartThis is a required course.

Bad News

Page 12: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Need your own practicesRead the textbook!Lectures will guide you!Study Groups and DiscussionsDo quizzes and assignments by yourself

Hints for Success

Page 13: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Introduction to Formal LogicElementary Number TheorySequence and Mathematical InductionSet TheoryFunctionsCounting and Discrete ProbabilitiesGraphs and Trees

A List of Topics

Page 14: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Formal LogicsLearning rules of logical deduction regardless of its content

Example: SyllogismIf Socrates is a man, then Socrates is mortalSocrates is a manTherefore, Socrates is mortal

Replace sentences with symbols

Example Contents

Page 15: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

In an island, two types of people live

Knights always tell the truthKnaves always tell lie

A says: B is a knight.B says: A and I are of opposite types.

What are A and B?

Example Contents

A B

Page 16: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Elementary Number TheoryProperties of NumbersNatural numbersIntegersReal Numbers

ProofProve that there is no integer that both even and odd

Example Contents

Page 17: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Example Contents

Page 18: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Example Contents

Page 19: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Example Contents

Find a walk through the city that would cross each bridge once and only once

Page 20: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Example Contents

Page 21: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Sum up every natural number between 1 and 100

1 + 2 + 3 + 4 + … + 97 + 98 + 99 + 100 = ?

How do you prove the equation?

Example Contents

Page 22: Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner Email: joohwi@cs.unc.edujoohwi@cs.unc.edu

Doubling the number and adding 3 gives the same result as squaring the number?

Mathematical Sentences