SlideShare a Scribd company logo
Final Year Defense
Contents-
•What is Discrete mathematics.
•Story of the Discrete mathematics.
•Importance of Discrete mathematics for computer
science students.
•Topics of Discrete mathematics
Final Year Defense
What is discrete mathematics or what’s the mean
of Discrete mathematics?
• Means Different or Disconnect..
• Is not the name of branches.
• Description of set of branch.
• Common feature
• Continuous.
Class Presentation
Final Year Defense
Story of Discrete math
• In 26 Mar 1913.
• Paul Erdos.
• Hangarian.
• Found the field of the discrete.
• Foundation of computer science.
• One of the most prolific.
3
Class presentation
Final Year Defense
Why Discrete mathematics is important for
Computer Science students?
• Represent and manipulate of data.
• Is not programming.
• Is not software engineering.
• is about problem solving.
• Solid background.
Class presentation4
Final Year Defense
Topics
• Propositional Logic.
• Propositional Equivalence.
• Set.
• Relation.
• Graph.
Class presentation5
Topic
Definition of Propositional Logic
AND Operation
OR Operation
XOR Operation
Propositional Logic: Propositional logic is a statement that is truth
value “True” or a truth value “False”.
Example: P: Today is sun day. (Truth Value “True”)
¬P: Today is not sun day. (Truth Value “False”)
Truth Table:
P ¬P
T F
F T
AND Operation (Л): True if both statement are true Truth Table:
Example: P: Today is Tuesday.
Q: It is presentation hour.
PЛQ: Today is Tuesday and it is presentation hour.
OR Operation (V): True if any statement is true
Example: P: Today is Tuesday. Truth Table:
Q: It is raining.
PVQ: Today is Tuesday or it is raining.
P Q PЛQ
T T T
T F F
F T F
F F F
P Q PVQ
T T T
T F T
F T T
F F F
Example
Example
XOR Operation (⊕):True if different statement is true.
Example: P : You will get laptop.
Q : Equal amount of money.
P⊕Q : You will get laptop or equal amount of money.
Truth Table:
P Q P⊕Q
T T F
T F T
F T T
F F F
Topic
Truth table of some Logical Equivalence
1. Commutative Law
2. Double Negation Law
3. Absorption Law
P Q P˅Q Q˅P P˄Q Q˄P
T T T T T T
T F T T F F
F T T T F F
F F F F F F
*COMMUTATIVE LAWS:
P˅Q≡Q˅P
P˄Q≡Q˄P
Truth Table:
FROM THE ABOVE TRUTH TABLE WE CAN PROVE THAT P˅Q≡Q˅P AND P˄Q≡Q˄P
P ¬P ¬ (¬P)
T F T
F T F
*Double Negation Law:
¬ (¬P)≡P
Truth Table:
From the above truth table we can prove that ¬ (¬P)≡P
P Q P˄Q P˅Q P˅(P˄Q) P˄(P˅Q)
T T T T T T
T F F T T T
F T F T F T
F F F F F F
*Absorption Laws:
P ˅ (P˄Q) ≡ P
P ˄ (P˅Q) ≡ P
Truth Table:
From the above truth table we can prove that P˅(P˄Q) ≡P and P˄(P˅Q) ≡P
Set
A group of objects, numbers, thoughts,
etc.
are called sets. Each object in the set is
called element or member of the set.
For example
N = {1,2,3,4,5,6,7,8,9} is set here. The
elements
of the set are 1,2,3,4,5,6,7,8,9.
Union Set
Combining all the elements of any two sets is
called the Union of those sets.
For example
A = { 1, 2, 4, 6} and B = { 4, a, b, c, d, f}
A ∪ B = { 1, 2, 4, 6, a, b, c, d, f}
Notice that it is perfectly ok to write 4 once or twice
We write it once. Because this element is same.
A U B
Intersection Set
Intercept of two set A and B is the set of
members who are members of both set A and B.
For example
To make it easy, notice that what they have in
common is in bold
A = {b, 1, 2, 4, 6} and B = { 4, a, b, c, d, f }
A ∩ B = {4, b}
Power Set
Power set of a set is a set of all subset of the set.
For example
For the set S= {1,2,3} this means:
subsets with 0 elements: {Φ} (the empty set)
subsets with 1 element: {1}, {2}, {3}
subsets with 2 elements: {1,2}, {1,3}, {2,3}
subsets with 3 elements: {1,2,3}
Hence: P(S) = {Φ,{1}, {2}, {3},{1,2}, {1,3},
{2,3}, {1,2,3}}
SUB SET
What is SUB
SET?
If every member of set A is also member of set B, then A
is a subset of B . We write A ⊆ B.
Example: A={1,3,5,7,9},
B={1,2,3,4,5,6,7,8,9}.
A ⊆ B
Because, there all element are same.
Class Presentation
A ⊆ B
A ⊆ B⊆C
C
B
B⊆C
NOW, I AM DISCUSS
ABOUT PROPER SUBSETS
If A is subset of B(A⊆B).But A is not equal to B , then we
say A is proper subset of B. A⊂B.
Exampule : A= {a,b,c,d,e},
B={a,b,c,d,e,f,g,h,I,j,k}.
Here, A⊂B=T.
Because , there same as subject but not A=B.
So we can say B⊂A=F.
Reflexive
Reflexive is a tarm of a relation. A relation R on a
set A is called reflexive if(a, a) ∈ R for every
element a ∈ A.
Rules:
A=B (A & B are same like as 1,1)
Example :
Consider the following A= {1,2,3,}
R={(1,1),(1,2),(1,3),(2,2),(2,3),(3,3)}
The relation R is reflexive because all contain pairs
of the from (a=b) namely (1,1)(2,2)(3,3).
Symmetric
Symmetric is the another term of relation.
A relation R on a set A is called symmetric . If (a,b) ∈ R
whenever (b,a) ∈ R , for all (a,b) ∈ A.
Rule: (a,b) ∈ R then must be,
(b,a) ∈ R.
Example:
R = {(1,1),(1,2),(2,1)}
The relation R is a symmetric because in this case
(a,b) belongs to the relation and must (b,a) belongs
to that relation.
GRAPH
1. DEFINITION OF GRAPH
2. CONDITION TO BE A GRAPH
3. DIFFERENT TYPES OF GRAPH
4. HANDSHAKING THEORY
.
Different Types of Graph
Undirected Graph: If there is not any direction in a graph then it is called undirected graph.
Example:
Directed Graph: If there is direction in a graph then it is called directed graph.
Example: A
C
B
E
D
A
C D
E
B
HAND SHAKING THEORY
THEORY: An undirected graph has an even number of odd degrees.
There are two kinds of degree. in-degree and out- degree.
ƩDEG-(V)=ƩDEG+(V)=|E| 6=6=6
A
C D
B
E
deg+(D)=1
deg-(D)=1
deg+(E)=1
deg-(E)=1
deg-(A)=1
deg+(A)=2
deg-(B)=2
deg+(B)=0
deg-(C)=1
deg+(C)=2
Discrete mathematics presentation

More Related Content

What's hot

Sets and relations
Sets and relationsSets and relations
Sets and relations
SURBHI SAROHA
 
Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)
PyData
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Dr. Khaled Bakro
 
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
Muhammad Adnan Ejaz
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
IT Engineering Department
 
Set in discrete mathematics
Set in discrete mathematicsSet in discrete mathematics
Set in discrete mathematics
University of Potsdam
 
Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]
Muhammad Hammad Waseem
 
Number Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number TheoryNumber Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number Theory
Laguna State Polytechnic University
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
Akshit Saxena
 
Dinive conquer algorithm
Dinive conquer algorithmDinive conquer algorithm
Dinive conquer algorithmMohd Arif
 
Discrete Mathematics Lecture
Discrete Mathematics LectureDiscrete Mathematics Lecture
Discrete Mathematics LectureGenie Rose Santos
 
Algebraic structures
Algebraic structuresAlgebraic structures
Algebraic structures
BindhuBhargaviTalasi
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
Lakshmi R
 
How to Prove and Apply De Morgan's Laws
How to Prove and Apply De Morgan's LawsHow to Prove and Apply De Morgan's Laws
How to Prove and Apply De Morgan's Laws
Don Sevcik
 
Discrete Mathematics Tree
Discrete Mathematics  TreeDiscrete Mathematics  Tree
Discrete Mathematics Tree
Masud Parvaze
 
Probability - Independent & Dependent Events
Probability - Independent & Dependent EventsProbability - Independent & Dependent Events
Probability - Independent & Dependent EventsBitsy Griffin
 
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial OrderingCMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
allyn joy calcaben
 
Infix prefix postfix
Infix prefix postfixInfix prefix postfix
Infix prefix postfix
Self-Employed
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.ppt
samalaramesh4
 
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
 

What's hot (20)

Sets and relations
Sets and relationsSets and relations
Sets and relations
 
Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
 
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
 
Set in discrete mathematics
Set in discrete mathematicsSet in discrete mathematics
Set in discrete mathematics
 
Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]
 
Number Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number TheoryNumber Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number Theory
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
Dinive conquer algorithm
Dinive conquer algorithmDinive conquer algorithm
Dinive conquer algorithm
 
Discrete Mathematics Lecture
Discrete Mathematics LectureDiscrete Mathematics Lecture
Discrete Mathematics Lecture
 
Algebraic structures
Algebraic structuresAlgebraic structures
Algebraic structures
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
 
How to Prove and Apply De Morgan's Laws
How to Prove and Apply De Morgan's LawsHow to Prove and Apply De Morgan's Laws
How to Prove and Apply De Morgan's Laws
 
Discrete Mathematics Tree
Discrete Mathematics  TreeDiscrete Mathematics  Tree
Discrete Mathematics Tree
 
Probability - Independent & Dependent Events
Probability - Independent & Dependent EventsProbability - Independent & Dependent Events
Probability - Independent & Dependent Events
 
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial OrderingCMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
 
Infix prefix postfix
Infix prefix postfixInfix prefix postfix
Infix prefix postfix
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.ppt
 
Discrete Math Presentation(Rules of Inference)
Discrete Math Presentation(Rules of Inference)Discrete Math Presentation(Rules of Inference)
Discrete Math Presentation(Rules of Inference)
 

Similar to Discrete mathematics presentation

POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
MaryAnnBatac1
 
SETS
SETSSETS
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
Roshayu Mohamad
 
Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Kwonpyo Ko
 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdf
Sahat Hutajulu
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
Manik Bhola
 
Set theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaningSet theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaning
DipakMahurkar1
 
Set concepts
Set conceptsSet concepts
Set concepts
AarjavPinara
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
TamannaNayak5
 
Set theory
Set theorySet theory
Set theory
Robert Geofroy
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
Awais Bakshy
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
gowhiksankar54
 
Sets
SetsSets
CMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set OperationsCMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set Operations
allyn joy calcaben
 
6.1_set.pptx
6.1_set.pptx6.1_set.pptx
6.1_set.pptx
irrfanalikhan
 
Set and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUNSet and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUN
baberexha
 
Chap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdfChap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdf
RatipornChomrit
 
Answers Of Discrete Mathematics
Answers Of Discrete MathematicsAnswers Of Discrete Mathematics
Answers Of Discrete Mathematics
Sabrina Green
 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdf
AneeshRenu
 

Similar to Discrete mathematics presentation (20)

POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
 
SETS
SETSSETS
SETS
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
 
Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdf
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 
Set theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaningSet theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaning
 
Set concepts
Set conceptsSet concepts
Set concepts
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
 
Set theory
Set theorySet theory
Set theory
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 
Sets
SetsSets
Sets
 
CMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set OperationsCMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set Operations
 
6.1_set.pptx
6.1_set.pptx6.1_set.pptx
6.1_set.pptx
 
Set and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUNSet and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUN
 
Chap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdfChap2_SETS_PDF.pdf
Chap2_SETS_PDF.pdf
 
Answers Of Discrete Mathematics
Answers Of Discrete MathematicsAnswers Of Discrete Mathematics
Answers Of Discrete Mathematics
 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdf
 

Recently uploaded

Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 

Recently uploaded (20)

Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 

Discrete mathematics presentation

  • 1. Final Year Defense Contents- •What is Discrete mathematics. •Story of the Discrete mathematics. •Importance of Discrete mathematics for computer science students. •Topics of Discrete mathematics
  • 2. Final Year Defense What is discrete mathematics or what’s the mean of Discrete mathematics? • Means Different or Disconnect.. • Is not the name of branches. • Description of set of branch. • Common feature • Continuous. Class Presentation
  • 3. Final Year Defense Story of Discrete math • In 26 Mar 1913. • Paul Erdos. • Hangarian. • Found the field of the discrete. • Foundation of computer science. • One of the most prolific. 3 Class presentation
  • 4. Final Year Defense Why Discrete mathematics is important for Computer Science students? • Represent and manipulate of data. • Is not programming. • Is not software engineering. • is about problem solving. • Solid background. Class presentation4
  • 5. Final Year Defense Topics • Propositional Logic. • Propositional Equivalence. • Set. • Relation. • Graph. Class presentation5
  • 6. Topic Definition of Propositional Logic AND Operation OR Operation XOR Operation
  • 7. Propositional Logic: Propositional logic is a statement that is truth value “True” or a truth value “False”. Example: P: Today is sun day. (Truth Value “True”) ¬P: Today is not sun day. (Truth Value “False”) Truth Table: P ¬P T F F T
  • 8. AND Operation (Л): True if both statement are true Truth Table: Example: P: Today is Tuesday. Q: It is presentation hour. PЛQ: Today is Tuesday and it is presentation hour. OR Operation (V): True if any statement is true Example: P: Today is Tuesday. Truth Table: Q: It is raining. PVQ: Today is Tuesday or it is raining. P Q PЛQ T T T T F F F T F F F F P Q PVQ T T T T F T F T T F F F Example Example
  • 9. XOR Operation (⊕):True if different statement is true. Example: P : You will get laptop. Q : Equal amount of money. P⊕Q : You will get laptop or equal amount of money. Truth Table: P Q P⊕Q T T F T F T F T T F F F
  • 10. Topic Truth table of some Logical Equivalence 1. Commutative Law 2. Double Negation Law 3. Absorption Law
  • 11. P Q P˅Q Q˅P P˄Q Q˄P T T T T T T T F T T F F F T T T F F F F F F F F *COMMUTATIVE LAWS: P˅Q≡Q˅P P˄Q≡Q˄P Truth Table: FROM THE ABOVE TRUTH TABLE WE CAN PROVE THAT P˅Q≡Q˅P AND P˄Q≡Q˄P
  • 12. P ¬P ¬ (¬P) T F T F T F *Double Negation Law: ¬ (¬P)≡P Truth Table: From the above truth table we can prove that ¬ (¬P)≡P
  • 13. P Q P˄Q P˅Q P˅(P˄Q) P˄(P˅Q) T T T T T T T F F T T T F T F T F T F F F F F F *Absorption Laws: P ˅ (P˄Q) ≡ P P ˄ (P˅Q) ≡ P Truth Table: From the above truth table we can prove that P˅(P˄Q) ≡P and P˄(P˅Q) ≡P
  • 14. Set A group of objects, numbers, thoughts, etc. are called sets. Each object in the set is called element or member of the set. For example N = {1,2,3,4,5,6,7,8,9} is set here. The elements of the set are 1,2,3,4,5,6,7,8,9.
  • 15. Union Set Combining all the elements of any two sets is called the Union of those sets. For example A = { 1, 2, 4, 6} and B = { 4, a, b, c, d, f} A ∪ B = { 1, 2, 4, 6, a, b, c, d, f} Notice that it is perfectly ok to write 4 once or twice We write it once. Because this element is same. A U B
  • 16. Intersection Set Intercept of two set A and B is the set of members who are members of both set A and B. For example To make it easy, notice that what they have in common is in bold A = {b, 1, 2, 4, 6} and B = { 4, a, b, c, d, f } A ∩ B = {4, b}
  • 17. Power Set Power set of a set is a set of all subset of the set. For example For the set S= {1,2,3} this means: subsets with 0 elements: {Φ} (the empty set) subsets with 1 element: {1}, {2}, {3} subsets with 2 elements: {1,2}, {1,3}, {2,3} subsets with 3 elements: {1,2,3} Hence: P(S) = {Φ,{1}, {2}, {3},{1,2}, {1,3}, {2,3}, {1,2,3}}
  • 18. SUB SET What is SUB SET?
  • 19. If every member of set A is also member of set B, then A is a subset of B . We write A ⊆ B. Example: A={1,3,5,7,9}, B={1,2,3,4,5,6,7,8,9}. A ⊆ B Because, there all element are same. Class Presentation
  • 20. A ⊆ B A ⊆ B⊆C C B B⊆C
  • 21. NOW, I AM DISCUSS ABOUT PROPER SUBSETS If A is subset of B(A⊆B).But A is not equal to B , then we say A is proper subset of B. A⊂B. Exampule : A= {a,b,c,d,e}, B={a,b,c,d,e,f,g,h,I,j,k}. Here, A⊂B=T. Because , there same as subject but not A=B. So we can say B⊂A=F.
  • 22. Reflexive Reflexive is a tarm of a relation. A relation R on a set A is called reflexive if(a, a) ∈ R for every element a ∈ A. Rules: A=B (A & B are same like as 1,1)
  • 23. Example : Consider the following A= {1,2,3,} R={(1,1),(1,2),(1,3),(2,2),(2,3),(3,3)} The relation R is reflexive because all contain pairs of the from (a=b) namely (1,1)(2,2)(3,3).
  • 24. Symmetric Symmetric is the another term of relation. A relation R on a set A is called symmetric . If (a,b) ∈ R whenever (b,a) ∈ R , for all (a,b) ∈ A. Rule: (a,b) ∈ R then must be, (b,a) ∈ R.
  • 25. Example: R = {(1,1),(1,2),(2,1)} The relation R is a symmetric because in this case (a,b) belongs to the relation and must (b,a) belongs to that relation.
  • 26. GRAPH 1. DEFINITION OF GRAPH 2. CONDITION TO BE A GRAPH 3. DIFFERENT TYPES OF GRAPH 4. HANDSHAKING THEORY
  • 27. .
  • 28. Different Types of Graph Undirected Graph: If there is not any direction in a graph then it is called undirected graph. Example: Directed Graph: If there is direction in a graph then it is called directed graph. Example: A C B E D A C D E B
  • 29. HAND SHAKING THEORY THEORY: An undirected graph has an even number of odd degrees. There are two kinds of degree. in-degree and out- degree. ƩDEG-(V)=ƩDEG+(V)=|E| 6=6=6 A C D B E deg+(D)=1 deg-(D)=1 deg+(E)=1 deg-(E)=1 deg-(A)=1 deg+(A)=2 deg-(B)=2 deg+(B)=0 deg-(C)=1 deg+(C)=2