1.  This course covers the mathematical foundations of computer science and engineering. It provides an introduction to elementary concepts in mathematics.

Slides:



Advertisements
Similar presentations
MAT 2720 Discrete Mathematics Spring Dr. Wai W. Lau Dr. Lau Wai.
Advertisements

Course Outline. Lecture 1 Learning Objectives  To use set notations  To apply operations (union, intersection) on sets  To define de Morgan’s Laws.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Department of Mathematical Sciences The University of Texas at El Paso 1 Program Assessment Presentation May 15, 2009 Joe Guthrie Helmut Knaust.
5/19/2015CS 2011 CS 201 – Data Structures and Discrete Mathematics I Syllabus Spring 2014.
Lecture 19 Exam: Tuesday June14 4-6pm Overview. Disclaimer The following is a only study guide. You need to know all the material treated in class.
About the Course Lecture 0: Sep 2 AB C. Plan  Course Information and Arrangement  Course Requirement  Topics and objectives of this course.
Lecture 19 Exam: Tuesday June15 4-6pm Overview. General Remarks Expect more questions than before that test your knowledge of the material. (rather then.
Discrete Structures for Computer Science Ruoming Jin MW 5:30 – 6:45pm Fall 2009 rm MSB115.
Module #1 - Logic Based on Rosen, Discrete Mathematics & Its Applications. Prepared by (c) , Michael P. Frank. Modified By Mingwu Chen 1 Module.
CSE115/ENGR160 Discrete Mathematics 01/17/12 Ming-Hsuan Yang UC Merced 1.
CS 581: Introduction to the Theory of Computation Lecture 1 James Hook Portland State University
TR1413: Discrete Mathematics For Computer Science Lecture 1: Mathematical System.
TR1413: Discrete Math for Computer Science Lecture 0: Introduction.
Teaching Teaching Discrete Mathematics and Algorithms & Data Structures Online G.MirkowskaPJIIT.
1 Discrete Structures ICS-252 Dr. Ahmed Youssef 1.
CSNB143 – Discrete Structure
About the Course Lecture 0: Sep 10 AB C. Plan  Course Information and Arrangement  Course Requirement  Topics and objectives of this course.
A Brief Summary for Exam 1 Subject Topics Propositional Logic (sections 1.1, 1.2) –Propositions Statement, Truth value, Proposition, Propositional symbol,
CS 103 Discrete Structures Lecture 01 Introduction to the Course
Discrete Mathematics Transparency No. 0-1 Discrete Mathematics Cheng-Chia Chen September 2009.
CSNB143 – Discrete Structure. Learning Outcomes – At the end of this course, students should be able to use all basic concepts of mathematical structures.
Introduction to Discrete Mathematics J. H. Wang Sep. 14, 2010.
Course overview Course title: Discrete mathematics for Computer Science Instructors: Dr. Abdelouahid Derhab Credit.
CSC Discrete Mathematical Structures Dr. Karl Ricanek Jr.
Discrete mathematics Kwon, Taekyoung Courtesy of Dr. Michael P. Frank University of Florida.
Korea Advanced Institute of Science and Technology, Dept. of EECS, Div. of CS, Information Systems Lab. 1/10 CS204 Course Overview Prof.
Course Guide CS 285 Discrete Mathematics Dr. Eng. Manal Farrag Prince Sultan University, College for Women
Discrete Mathematics 이재원 School of Information Technology
Relationships Between Structures “→” ≝ “Can be defined in terms of” Programs Groups Proofs Trees Complex numbers Operators Propositions Graphs Real.
MTH 201 Discrete Mathematics Fall Term MTH 201 Discrete Mathematics Fall Term INTERNATIONAL BURCH UNIVERSITY DEPARTMENT of INFORMATION.
Discrete Mathematics CS204 Spring CS204 Discrete Mathematics Instructor: Professor Chin-Wan Chung (Office: Rm 3406, Tel:3537) 1.Lecture 1)Time:
Introduction COMP283 – Discrete Structures. JOOHWI LEE Dr. Lee or Mr. Lee ABD Student working with Dr. Styner
A Brief Summary for Exam 2 Subject Topics Number theory (sections ) –Prime numbers Definition Relative prime Fundamental theorem of arithmetic.
THEORY OF COMPUTATION Komate AMPHAWAN 1. 2.
Lecture 1 Overview Topics 1. Proof techniques: induction, contradiction Proof techniques June 1, 2015 CSCE 355 Foundations of Computation.
Design and Analysis of Algorithms (09 Credits / 5 hours per week) Sixth Semester: Computer Science & Engineering M.B.Chandak
1 CSC 281 Discrete Mathematics for Computer Science Dr.Yuan Tian Syllabus.
MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE By, A.Kousar Nikhath, Asst.Professor, CSE Dpt.
CSCI 115 Course Review.
CS 225 Discrete Structures in Computer Science Winter, 2014: 157 Spring, 2014: 151 Summer, 2014: Two sections 97 and 53.
CS/APMA 202 Spring 2005 Aaron Bloomfield. Sequences in Nature
CIT 592 Discrete Math Lecture 1. By way of introduction … Arvind Bhusnurmath There are no bonus points for pronouncing my last name correctly Please call.
CSE 311: Foundations of Computing Fall 2013 Lecture 1: Propositional logic.
Advanced Database Course Syllabus 1 Advanced Database System Lecturer : H.Ben Othmen.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
Computer Security Course Syllabus 1 Computer Security Lecturer : H.Ben Othmen.
BMTS Computer Programming Pre-requisites :BMTS 242 –Computer and Systems Nature Of the Course: Programming course, contain such as C, C++, Database.
Computer Science 20 Discrete Mathematics for Computer Science 1 All the Math you need for your Computer Science courses that you won’t learn in your Math.
Discrete Structures MT217 Lecture 01. Course Objectives Express statements with the precision of formal logic Analyze arguments to test their validity.
1 COMP2121 Discrete Mathematics Introduction Hubert Chan [O1 Abstract Concepts] [O2 Proof Techniques] [O3 Basic Analysis Techniques]
Review: Discrete Mathematics and Its Applications
Design and Analysis of Algorithms (09 Credits / 5 hours per week)
Discrete Mathematics Graph: Planar Graph Yuan Luo
CSCE 355 Foundations of Computation
COMP 283 Discrete Structures
Lecture 1 Introduction/Overview Text: Chapters 1, 2 Wed. 1/28/04
Principles of Computing – UFCFA Lecture-1
Discrete Mathematics for Computer Science
CSCE 355 Foundations of Computation
A Brief Summary for Exam 2
Design and Analysis of Algorithms (07 Credits / 4 hours per week)
Introduction to Discrete Mathematics
Discrete Math (2) Haiming Chen Associate Professor, PhD
CS 281: Discrete Mathematics for Computer Science
Review: Discrete Mathematics and Its Applications
26 July 2011 SC 611 Class 1.
Adrienne Decker Department of Computer Science & Engineering
Principles of Computing – UFCFA Week 1
Design and Analysis of Algorithms (04 Credits / 4 hours per week)
Presentation transcript:

1

 This course covers the mathematical foundations of computer science and engineering. It provides an introduction to elementary concepts in mathematics such as definitions, logic, proofs, functions, relations and counting principles. The course also introduces students to elementary discrete structures such as sets, partial orders, graphs and trees.  Prerequisites: – Introduction to Set Theory 2

Topic Week Logic, Truth Table, Propositional equivalences1,2 Predicates and Quantifiers3 Sets and Functions4 Relations, Equivalences and Partial Orders5,6 Proofs: Induction, Contradiction, Contrapositives7,8,9 Counting Principles: Cardinality, factorials, permutations, Binomial coefficients, Inclusion-Exclusion, Pigeon-Hole Principle, sums and asymptotics 10,11,1 2 Graphs and Trees: Representation, degree sequences and hand shaking lemma, Euler tours, Planar graphs, Euler Formula. Properties of Tree, Spanning Trees 13,14 3

 Weekly Hours: 3 x 50 mins lectures, 0 lab hours  Textbook/References: Discrete Mathematics and Its Applications, 4th Edition, By Kenneth Rosen Invitation to Discrete Mathematics, 2nd Edition, By Jiri Matousek and Jaroslav Nesetril  Assessment Methods: Homework: 20% Quizzes: 10% Midterm: 30% Final: 40% 4

 Course Learning Outcomes (CLOs):  Be able to analyze complexity of algorithms  Be able to apply number theory to practical problems  Be able to synthesize elementary proofs  Be able to apply concepts of graph theory and trees to solve real world problems 5

 Relationship between CLOs and Student Outcomes: 6

 Relationship of Course to ABET Student Outcomes : 7