SlideShare a Scribd company logo
Discrete Mathematics
CSC 1700-4
Contact Information
Sherzod Turaev
Assistant Professor, Dr.
Department of Computer Science
Kulliyyah of Information & Communication Technology
Office: C3‐21
Email: sherzod@iium.edu.my
Web: www.sherzod.info
2© S. Turaev, CSC 1700 Discrete Mathematics
Classes
Lectures
 Time: 11.30 AM – 12.50 PM
 Date: Tuesday & Thursday
 Location: Level 4C, LR19
Tutorial Classes
 Time: 17.00 – 18.50 PM
 Date:  Thursday
 Location: Level 1C, LR1
3© S. Turaev, CSC 1700 Discrete Mathematics
Required Reference
Kolman, Busby, Ross
Discrete Mathematical 
Structures
6/E.
NJ: Pearson Prentice 
Hall
2013 (2009)
4© S. Turaev, CSC 1700 Discrete Mathematics
Recommended References
1. Rosen, K. (2013) Discrete Mathematics and Its 
Applications. 7/E. NY: McGraw Hill.
2. Epp, S. (2011) Discrete Mathematics with 
Applications. 4/E. Brooks/Cole Cengage 
Learning.
3. Johnsonbaugh, R. (2009) Discrete 
Mathematics. 6/E. NJ: Pearson Prentice Hall.
5© S. Turaev, CSC 1700 Discrete Mathematics
i‐Taleem System
http://italeem.iium.edu.my/
• Lecture Slides/Notes
• Home assignments
• Assessment Results
• Announcements, Discussions, Q&A, etc.
6© S. Turaev, CSC 1700 Discrete Mathematics
Course Assessments & Marking
7© S. Turaev, CSC 1700 Discrete Mathematics
METHOD MARKING (%)
Home assignments (5) 10
Quizzes (3) 30
Mid‐term examination 20
Final examination 40
Course Outline
Week Topics
1 Fundamentals
Sets and subsets. Operations on sets. 
Sequence. Properties of Integers. Matrices.
2‐3 Logic
Propositions and Logical operations. 
Conditional statements. Methods of proof. 
Mathematical induction.
8© S. Turaev, CSC 1700 Discrete Mathematics
Course Outline
Week Topics
4 Counting
Permutations. Combinations. Pigeonhole 
principle. Elements of probability. 
Recurrence relations. 
9© S. Turaev, CSC 1700 Discrete Mathematics
Course Outline
Week Topics
5‐6 Relations and Digraphs
Product sets and partitions. Relations and 
digraphs. Paths in relations and digraphs. 
Properties of relations. Equivalence 
relations. 
Data structures for relations and digraphs. 
Operations on relations. Transitive closure 
and Warshall’s algorithm.
10© S. Turaev, CSC 1700 Discrete Mathematics
Course Outline
11© S. Turaev, CSC 1700 Discrete Mathematics
Week Topics
7 Functions
Functions. Functions for computer science. 
Growth of functions. Permutation functions. 
8‐9 Order Relations and Structures 
Partially ordered sets. Lattices. Finite 
Boolean algebras. Functions of Boolean 
algebras. Circuit design.
Course Outline
12© S. Turaev, CSC 1700 Discrete Mathematics
Week Topics
10 Trees
Trees. Labeled trees. Tree searching. 
Undirected trees. Minimal spanning trees.
11‐12 Topics in Graph Theory 
Graphs. Euler paths and circuits. Transport 
networks. Matching problems. Coloring 
graphs.
Course Outline
13© S. Turaev, CSC 1700 Discrete Mathematics
Week Topics
13 Semigroups and Groups 
Binary operations. Semigroups. Products 
and quotients of semigroups. Groups. 
Products and quotients of groups. Other 
mathematical structures.
14 Groups and Coding
Coding of binary information and error 
detection. Decoding and error correction. 
Public key cryptography. 
Important Notes
! Attendance is compulsory (University Regulation)
! University dress code
! No mobiles/notes/tabs… (power off or mute mode)
! No late homework will be accepted. No exceptions
! No make‐up exams/quizzes will be given
! Do not be late
14© S. Turaev, CSC 1700 Discrete Mathematics
INTRODUCTION
What is Discrete Mathematics?
 Discrete Mathematics is the part of Mathematics 
devoted to the study of discrete (as opposed to 
continuous) objects.
 Examples of discrete objects: integers, steps taken by a 
computer program, distinct paths to travel from point 
A to point B on a map along a road network.
 A course in discrete mathematics provides the 
mathematical background needed for all subsequent 
courses in computer science.
16© S. Turaev, CSC 1700 Discrete Mathematics
Discrete Mathematics is a Gateway
Topics in discrete mathematics will be important in many 
courses that you will take in the future:
 Computer Architecture, 
 Data Structures and Algorithms, 
 Programming Languages and Compilers, 
 Computer Security, 
 Databases, 
 Artificial Intelligence, 
 Networking, 
 Theory of Computation, …
17© S. Turaev, CSC 1700 Discrete Mathematics
Problems of Discrete Mathematics
 How many ways can a password be chosen following 
specific rules?
 How many valid Internet addresses are there?
 What is the probability of winning a tournament?
 Is there a link between two computers in a network?
 How can I identify spam email messages?
 How can I encrypt a message so that no unintended 
recipient can read it?
18© S. Turaev, CSC 1700 Discrete Mathematics
Problems of Discrete Mathematics
 How can we build a circuit that adds two integers?
 What is the shortest path between two cities using a 
transportation system?
 How can we represent English sentences so that a 
computer can reason with them?
 How can we prove that there are infinitely many prime 
numbers?
 How can a list of integers be sorted so that the integers 
are in increasing order?
19© S. Turaev, CSC 1700 Discrete Mathematics
Goals of Discrete Mathematics Course
Discrete Structures:
Abstract mathematical structures that represent 
objects and the relationships between them. Examples 
are sets, strings, sequences, permutations, relations, 
graphs, trees, and finite state machines.
Combinatorial Analysis:
Techniques for counting objects of different kinds.
Mathematical Reasoning:
Ability to read, understand, and construct 
mathematical arguments and proofs.
20© S. Turaev, CSC 1700 Discrete Mathematics
Goals of Discrete Mathematics Course
Algorithmic Thinking:
 One way to solve many problems is to specify an 
algorithm.
 An algorithm is a sequence of steps that can be 
followed to solve any instance of a particular 
problem.
 Algorithmic thinking involves specifying algorithms, 
analyzing the memory and time required by an 
execution of the algorithm, and verifying that the 
algorithm will produce the correct answer.
21© S. Turaev, CSC 1700 Discrete Mathematics
Goals of Discrete Mathematics Course
Applications and Modeling:
 It is important to appreciate and understand the 
wide range of applications of the topics in discrete 
mathematics and develop the ability to develop 
new models in various domains.
 Concepts from discrete mathematics have not only 
been used to address problems in computing, but 
have been applied to solve problems in many areas 
such as chemistry, biology, linguistics, geography, 
business, etc.
22© S. Turaev, CSC 1700 Discrete Mathematics
FUNDAMENTALS
Sets and Subsets
Definition: A set is any well‐defined collection of objects, 
called the elements or members of the set.
Examples:
 the collection of computers in the Lab;
 the collection of students in IIUM.
Well‐defined: it is possible to decide if a given object 
belongs to the collection or not.
The description of a set: to list the elements of the set 
between braces:
24© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Notes:
 the listing order of the elements is not important:
 the repetition of the elements can be ignored:
Notations:
 uppercase letters,  denote sets
 lowercase letters,  denote the elements 
of sets
25© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Notations:
 :  is an element of  .
 :  is not an element of  .
Example: 


26© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Q: how to describe a set if it is impossible or inconvenient
to list its elements?
A: define a set by specifying a property that the elements 
of the set have in common.
 “the set of all  such that  ”
 denotes a statement concerning to 
Example: ?
27© S. Turaev, CSC 1700 Discrete Mathematics
Sets





 The empty set, denoted by  or  , has no elements 
28© S. Turaev, CSC 1700 Discrete Mathematics
Empty Set
Exercise: Which of the following sets are the empty set?
1.
2.
3.
4.
29© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Definition: Two sets  and  are equal if they have the 
same elements, we write  . 
Example: 


30© S. Turaev, CSC 1700 Discrete Mathematics
Subsets
Definition: If every element of  is also an element of  , 
then we say that  is a subset of  , and we write  . 
• Venn diagrams show relationships between sets.
Example:  ,  ,
Example:  ,  , 
Example:  ,  Q:    ?       ?
• A “universal set”  contains all objects for which the 
discussion is meaningful.
31© S. Turaev, CSC 1700 Discrete Mathematics
Subsets
Definition: A set  is called finite if it has  distinct
elements, and  is called the cardinality of  , and is 
denoted by  . 
Definition: A set that is not finite is called infinite.
Definition: The set of all subsets of  is called the power 
set of  , and is denoted by  or  . 
Example: Let 
32© S. Turaev, CSC 1700 Discrete Mathematics
Subsets
Exercise: Let  . Identify each 
of the following is true or false.
1.
2.
3.
4.
33© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define their union as 
the set consisting of all elements that belong to  or
and denote it by  . 
Example: Let  and  .
• Venn diagram?
34© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define their 
intersection as the set consisting of all elements that 
belong to both and  and denote it by  . 
Example: Let  and  .
Example: Let  and  .
• Venn diagram?
35© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets


 The union of 
 The intersection of 
36© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define the 
complement of  w.r.t.  (or the difference) as the set 
consisting of all elements that belong to  but not to 
and denote it by  (or  ). 
Example: Let  and  .
• Venn diagram?
37© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  is a universal set containing  ,  is 
called the complement of  and is denoted by  . 
Example: Let  and  .
• Venn diagram?
38© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define the symmetric 
difference as the set consisting of all elements that 
belong to  or to  , but not to both  and  , and denote 
it by  . 
Example: Let  and  .
• Venn diagram?
39© S. Turaev, CSC 1700 Discrete Mathematics
Algebraic Properties
Commutative properties:


Associative properties:


Distributive properties:


40© S. Turaev, CSC 1700 Discrete Mathematics
Algebraic Properties
Idempotent properties:


Properties of a universal set:


Properties of the empty set:


41© S. Turaev, CSC 1700 Discrete Mathematics
Algebraic Properties
Properties of the complement:






42© S. Turaev, CSC 1700 Discrete Mathematics
Exercise
Let  ,  , 
,  , 
and  . Compute:
1.  2.  3. 
4.  5.  6. 
7.  8.  9. 
43© S. Turaev, CSC 1700 Discrete Mathematics
The Addition Principle
Theorem (addition principle): If   and  are finite sets, 
then 
Example: Let  and 
Theorem: If   and  are finite sets, then 
44© S. Turaev, CSC 1700 Discrete Mathematics
Exercise
In a survey of 260 college students, the following date were 
obtained:
• 64 had taken MATH, 
• 94 had taken CS, 
• 58 had taken IT, 
• 28 had taken both MATH and IT, 
• 26 had taken both MATH and CS
• 22 had taken both CS and IT
• 14 had taken all three courses
How many students surveyed had taken none of the three courses?
45© S. Turaev, CSC 1700 Discrete Mathematics
Sequences
Definition: A sequence is a list of objects arranged in a 
definite order: a first element, a second element, and so 
on.
 If the list stops after  steps, then it is finite; if 
does not stop in any  , then it is infinite.
Example:
 (finite)
 (infinite)
46© S. Turaev, CSC 1700 Discrete Mathematics
Sequences
Sequences can be described by formulas:
 recursive formula: refers to previous terms to 
define the next term
 explicit formula: describes a term using only its 
position number.
47© S. Turaev, CSC 1700 Discrete Mathematics
Sequences
Example: define recursive formulas for


Example: write explicit formulas for


48© S. Turaev, CSC 1700 Discrete Mathematics

More Related Content

What's hot

An introdcution to complex numbers jcw
An introdcution to complex numbers jcwAn introdcution to complex numbers jcw
An introdcution to complex numbers jcw
jenniech
 
Number theory
Number theory Number theory
Number theory
tes31
 
Discrete Mathematics Lecture Notes
Discrete Mathematics Lecture NotesDiscrete Mathematics Lecture Notes
Discrete Mathematics Lecture Notes
FellowBuddy.com
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
rey castro
 
Counting techniques
Counting techniquesCounting techniques
Counting techniques
Chie Pegollo
 
Ring
RingRing
Discrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicDiscrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional Logic
IT Engineering Department
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
suthi
 
Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical Logic
endahnurfebriyanti
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
Edelyn Cagas
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
τυσηαρ ηαβιβ
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
Bhavik A Shah
 
Unit 1: Topological spaces (its definition and definition of open sets)
Unit 1:  Topological spaces (its definition and definition of open sets)Unit 1:  Topological spaces (its definition and definition of open sets)
Unit 1: Topological spaces (its definition and definition of open sets)
nasserfuzt
 
Discrete Math Presentation(Rules of Inference)
Discrete Math Presentation(Rules of Inference)Discrete Math Presentation(Rules of Inference)
Discrete Math Presentation(Rules of Inference)
Ikhtiar Khan Sohan
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
Usama ahmad
 
Complex number
Complex numberComplex number
Complex number
Nang Saruni
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
swartzje
 
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptxGROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
SONU KUMAR
 
Discrete Mathematics
Discrete MathematicsDiscrete Mathematics
Discrete Mathematics
metamath
 
Complex number
Complex numberComplex number
Complex number
Anum Urooj
 

What's hot (20)

An introdcution to complex numbers jcw
An introdcution to complex numbers jcwAn introdcution to complex numbers jcw
An introdcution to complex numbers jcw
 
Number theory
Number theory Number theory
Number theory
 
Discrete Mathematics Lecture Notes
Discrete Mathematics Lecture NotesDiscrete Mathematics Lecture Notes
Discrete Mathematics Lecture Notes
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Counting techniques
Counting techniquesCounting techniques
Counting techniques
 
Ring
RingRing
Ring
 
Discrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicDiscrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional Logic
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
 
Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical Logic
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
 
Unit 1: Topological spaces (its definition and definition of open sets)
Unit 1:  Topological spaces (its definition and definition of open sets)Unit 1:  Topological spaces (its definition and definition of open sets)
Unit 1: Topological spaces (its definition and definition of open sets)
 
Discrete Math Presentation(Rules of Inference)
Discrete Math Presentation(Rules of Inference)Discrete Math Presentation(Rules of Inference)
Discrete Math Presentation(Rules of Inference)
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
Complex number
Complex numberComplex number
Complex number
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptxGROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
 
Discrete Mathematics
Discrete MathematicsDiscrete Mathematics
Discrete Mathematics
 
Complex number
Complex numberComplex number
Complex number
 

Similar to Introduction fundamentals sets and sequences

Introduction fundamentals sets and sequences (notes)
Introduction  fundamentals sets and sequences (notes)Introduction  fundamentals sets and sequences (notes)
Introduction fundamentals sets and sequences (notes)
IIUM
 
Hand out dm
Hand out dmHand out dm
Hand out dm
kanaka vardhini
 
CurriculumRevision(F)
CurriculumRevision(F)CurriculumRevision(F)
CurriculumRevision(F)
Gautam Biswas
 
Presentation1
Presentation1Presentation1
Presentation1
Vikas Saxena
 
Lection 1.pptx
Lection 1.pptxLection 1.pptx
Lection 1.pptx
ssuser039bf6
 
Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum
sathish sak
 
Teaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctmTeaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctm
banupatmi
 
Online_Readiness_File.docx
Online_Readiness_File.docxOnline_Readiness_File.docx
Online_Readiness_File.docx
MuhammadAdeelAlvi3
 
The Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In FranceThe Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In France
Xu jiakon
 
Scheme g third semester (co,cm,cd,if, cw)
Scheme   g third semester (co,cm,cd,if, cw)Scheme   g third semester (co,cm,cd,if, cw)
Scheme g third semester (co,cm,cd,if, cw)
anita bodke
 
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
PrasadSolasa
 
Mathematics BSc Sem V, VI syllabus.pptx
Mathematics BSc Sem V, VI syllabus.pptxMathematics BSc Sem V, VI syllabus.pptx
Mathematics BSc Sem V, VI syllabus.pptx
DEPARTMENT OF MATHEMATICS MGC ARMORI
 
R15 regulations i b.tech - isem.pdf 974772
R15 regulations   i b.tech - isem.pdf 974772R15 regulations   i b.tech - isem.pdf 974772
R15 regulations i b.tech - isem.pdf 974772
Dandu Srinivas
 
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
Mohamed El-Demerdash
 
Outcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometryOutcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometry
Elton John Embodo
 
A Focus On Addition And Subtraction
A Focus On Addition And SubtractionA Focus On Addition And Subtraction
A Focus On Addition And Subtraction
Angel Evans
 
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for MathematicsOntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
Alik Kirillovich
 
QUT Talk
QUT TalkQUT Talk
QUT Talk
Steve Sugden
 
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
Crystal Sanchez
 
2018 syllabus
2018 syllabus2018 syllabus
2018 syllabus
sunilSunilmech345
 

Similar to Introduction fundamentals sets and sequences (20)

Introduction fundamentals sets and sequences (notes)
Introduction  fundamentals sets and sequences (notes)Introduction  fundamentals sets and sequences (notes)
Introduction fundamentals sets and sequences (notes)
 
Hand out dm
Hand out dmHand out dm
Hand out dm
 
CurriculumRevision(F)
CurriculumRevision(F)CurriculumRevision(F)
CurriculumRevision(F)
 
Presentation1
Presentation1Presentation1
Presentation1
 
Lection 1.pptx
Lection 1.pptxLection 1.pptx
Lection 1.pptx
 
Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum
 
Teaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctmTeaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctm
 
Online_Readiness_File.docx
Online_Readiness_File.docxOnline_Readiness_File.docx
Online_Readiness_File.docx
 
The Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In FranceThe Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In France
 
Scheme g third semester (co,cm,cd,if, cw)
Scheme   g third semester (co,cm,cd,if, cw)Scheme   g third semester (co,cm,cd,if, cw)
Scheme g third semester (co,cm,cd,if, cw)
 
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
 
Mathematics BSc Sem V, VI syllabus.pptx
Mathematics BSc Sem V, VI syllabus.pptxMathematics BSc Sem V, VI syllabus.pptx
Mathematics BSc Sem V, VI syllabus.pptx
 
R15 regulations i b.tech - isem.pdf 974772
R15 regulations   i b.tech - isem.pdf 974772R15 regulations   i b.tech - isem.pdf 974772
R15 regulations i b.tech - isem.pdf 974772
 
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
 
Outcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometryOutcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometry
 
A Focus On Addition And Subtraction
A Focus On Addition And SubtractionA Focus On Addition And Subtraction
A Focus On Addition And Subtraction
 
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for MathematicsOntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
 
QUT Talk
QUT TalkQUT Talk
QUT Talk
 
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
 
2018 syllabus
2018 syllabus2018 syllabus
2018 syllabus
 

More from IIUM

How to use_000webhost
How to use_000webhostHow to use_000webhost
How to use_000webhost
IIUM
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
IIUM
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
IIUM
 
Kreydle internship-multimedia
Kreydle internship-multimediaKreydle internship-multimedia
Kreydle internship-multimedia
IIUM
 
03phpbldgblock
03phpbldgblock03phpbldgblock
03phpbldgblock
IIUM
 
Chap2 practice key
Chap2 practice keyChap2 practice key
Chap2 practice key
IIUM
 
Group p1
Group p1Group p1
Group p1
IIUM
 
Tutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seoTutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seo
IIUM
 
Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009
IIUM
 
03 the htm_lforms
03 the htm_lforms03 the htm_lforms
03 the htm_lforms
IIUM
 
Exercise on algo analysis answer
Exercise on algo analysis   answerExercise on algo analysis   answer
Exercise on algo analysis answer
IIUM
 
Redo midterm
Redo midtermRedo midterm
Redo midterm
IIUM
 
Heaps
HeapsHeaps
Heaps
IIUM
 
Report format
Report formatReport format
Report format
IIUM
 
Edpuzzle guidelines
Edpuzzle guidelinesEdpuzzle guidelines
Edpuzzle guidelines
IIUM
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam Paper
IIUM
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam Paper
IIUM
 
Group assignment 1 s21516
Group assignment 1 s21516Group assignment 1 s21516
Group assignment 1 s21516
IIUM
 
Avl tree-rotations
Avl tree-rotationsAvl tree-rotations
Avl tree-rotations
IIUM
 
Week12 graph
Week12   graph Week12   graph
Week12 graph
IIUM
 

More from IIUM (20)

How to use_000webhost
How to use_000webhostHow to use_000webhost
How to use_000webhost
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Kreydle internship-multimedia
Kreydle internship-multimediaKreydle internship-multimedia
Kreydle internship-multimedia
 
03phpbldgblock
03phpbldgblock03phpbldgblock
03phpbldgblock
 
Chap2 practice key
Chap2 practice keyChap2 practice key
Chap2 practice key
 
Group p1
Group p1Group p1
Group p1
 
Tutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seoTutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seo
 
Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009
 
03 the htm_lforms
03 the htm_lforms03 the htm_lforms
03 the htm_lforms
 
Exercise on algo analysis answer
Exercise on algo analysis   answerExercise on algo analysis   answer
Exercise on algo analysis answer
 
Redo midterm
Redo midtermRedo midterm
Redo midterm
 
Heaps
HeapsHeaps
Heaps
 
Report format
Report formatReport format
Report format
 
Edpuzzle guidelines
Edpuzzle guidelinesEdpuzzle guidelines
Edpuzzle guidelines
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam Paper
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam Paper
 
Group assignment 1 s21516
Group assignment 1 s21516Group assignment 1 s21516
Group assignment 1 s21516
 
Avl tree-rotations
Avl tree-rotationsAvl tree-rotations
Avl tree-rotations
 
Week12 graph
Week12   graph Week12   graph
Week12 graph
 

Recently uploaded

NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
zuzanka
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 

Recently uploaded (20)

NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 

Introduction fundamentals sets and sequences