SlideShare a Scribd company logo
1 of 24
Download to read offline
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
TIF 21101
APPLIED MATH 1
(MATEMATIKA TERAPAN 1)
Week 2
SET THEORY
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
OVERVIEW
Why do we learn about set?
Localizing a system into groups would
make the system itself simple to
understand and to redesign.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
OBJECTIVES:
1. Set definition and its properties
2. The representation methods of set
3. Set operation
4. Subset, Power of Set, Venn diagram
5. Computer representation of Set
6. Cartesian Product
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
Definition
Set is a group of an unordered different or unique
object.
The object of set named as element or member.
WE USE CAPITAL LETTERS TO REPRESENT
THE SET
we use lower letters to represent the elements
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORY
Examples
A = Set of three PC’s hardware which has area more than
5 x 5 cm2.
B = Set of 5 non living things in this math class
C = Set of person using spectacle in Math class
We can define the elements using bracket { }. Thus,
A = { keyboard, monitor, motherboard }
B = { tables, chairs, infocus, spidols, laptop }
C = please help me to define them …… ;P
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
The representation methods of set
There are 2 methods to represent the set.
1. List all of the members
2. State the member properties
Ex.
1. A = { keyboard, monitor, motherboard}
2. B = { x | x is a positive odd interger, x < 10 }
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
Exercises :
Express the following set into form of set member
properties (2nd method)!
1. The set B is natural number more than 3 and
less or equal to 15.
2. The set of C is real number more than or equal
to -5 and less than 10
3. The set of D is even number of interger less
than 20.
Express all of above in 1st method as well.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
Set notation
• The simplest example of a set is Ø, the empty
set, which has no members or elements
belonging to it.
• x Y means “x is a member of Y”.
• x / Y means “x is not a member of Y”.
• {x, y} means “the set whose members are x and
y”.
∈
∈
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
• {x | P} means “the set of all values of x that
have the property P”. For example,
{ x | x is an even integer } is the set of all
even integers.
• X = Y means “X and Y have the same
members”.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY
Set Operation / Manipulation
Set theoretic operations allow us to build new sets
out of old, just as the logical connectives allowed
us to create compound propositions from simpler
propositions.Several types operation of set are
1. union
2. intersection
3. disjoint set
4. difference of set
5. complement
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
SET THEORYSET THEORYSET THEORYSET THEORY
Venn diagrams are useful in representing
sets and set operations. Various sets are
represented by circles inside a big
rectangle representing the universe of
reference.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Union
A∪B = { x | x ∈ A ∨ x ∈ B }
Elements in at least one of the two sets:
A B
U
A∪B
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Intersection
A∩B = { x | x ∈ A ∧ x ∈ B }
Elements in exactly one of the two sets:
A B
U
A∩B
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Disjoint Sets
DEF: If A and B have no common elements, they
are said to be disjoint, i.e. A ∩B = ∅ .
A B
U
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Set Difference
A−B = { x | x ∈ A ∧ x ∉ B }
Elements in first set but not second:
A
B
U
A−B
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Complement
A = { x | x ∉ A }
Elements not in the set (unary operator):
A
U
A
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Set Identities via Venn
It’s often simpler to understand an identity
by drawing a Venn Diagram.
For example DeMorgan’s first law
can be visualized as follows.
BABA ∩=∪
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
A: B:
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
A: B:
A∪B :
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
A: B:
A∪B :
:BA∪
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
A: B:
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
A: B:
A: B:
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
A: B:
A: B:
:BA∩
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Visual DeMorgan
=
=∩ BA
=∪ BA

More Related Content

What's hot

Discrete math (sets)
Discrete math (sets)Discrete math (sets)
Discrete math (sets)SAIFUR RAHMAN
 
A Modified Algorithm for Solving Interval Valued Fuzzy Relational Equations
A Modified Algorithm for Solving Interval Valued Fuzzy  Relational EquationsA Modified Algorithm for Solving Interval Valued Fuzzy  Relational Equations
A Modified Algorithm for Solving Interval Valued Fuzzy Relational Equationsijcoa
 
Matematika terapan week 5
Matematika terapan week 5 Matematika terapan week 5
Matematika terapan week 5 Hardini_HD
 
Mca1030 foundation of mathematics
Mca1030  foundation of mathematicsMca1030  foundation of mathematics
Mca1030 foundation of mathematicssmumbahelp
 
Comparison of Several Numerical Algorithms with the use of Predictor and Corr...
Comparison of Several Numerical Algorithms with the use of Predictor and Corr...Comparison of Several Numerical Algorithms with the use of Predictor and Corr...
Comparison of Several Numerical Algorithms with the use of Predictor and Corr...ijtsrd
 
RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...
RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...
RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...YogeshIJTSRD
 
Set theory
Set theorySet theory
Set theoryAN_Rajin
 
Fundamental Concepts in Fractions
Fundamental Concepts in FractionsFundamental Concepts in Fractions
Fundamental Concepts in FractionsJimmy Keng
 
Sets introduction
Sets introductionSets introduction
Sets introductionALEXANDER P
 
Merge sort data structures
Merge sort data structuresMerge sort data structures
Merge sort data structureschauhankapil
 
RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...
RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...
RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...ijtsrd
 
SEHS Command Terms
SEHS Command TermsSEHS Command Terms
SEHS Command Termsstrowe
 
Matematika terapan week 12
Matematika terapan week 12 Matematika terapan week 12
Matematika terapan week 12 Hardini_HD
 

What's hot (20)

Maths
MathsMaths
Maths
 
Discrete math (sets)
Discrete math (sets)Discrete math (sets)
Discrete math (sets)
 
Project 7
Project 7Project 7
Project 7
 
A Modified Algorithm for Solving Interval Valued Fuzzy Relational Equations
A Modified Algorithm for Solving Interval Valued Fuzzy  Relational EquationsA Modified Algorithm for Solving Interval Valued Fuzzy  Relational Equations
A Modified Algorithm for Solving Interval Valued Fuzzy Relational Equations
 
A study on fundamentals of refined intuitionistic fuzzy set with some properties
A study on fundamentals of refined intuitionistic fuzzy set with some propertiesA study on fundamentals of refined intuitionistic fuzzy set with some properties
A study on fundamentals of refined intuitionistic fuzzy set with some properties
 
Ijetcas14 608
Ijetcas14 608Ijetcas14 608
Ijetcas14 608
 
Matematika terapan week 5
Matematika terapan week 5 Matematika terapan week 5
Matematika terapan week 5
 
Mca1030 foundation of mathematics
Mca1030  foundation of mathematicsMca1030  foundation of mathematics
Mca1030 foundation of mathematics
 
Comparison of Several Numerical Algorithms with the use of Predictor and Corr...
Comparison of Several Numerical Algorithms with the use of Predictor and Corr...Comparison of Several Numerical Algorithms with the use of Predictor and Corr...
Comparison of Several Numerical Algorithms with the use of Predictor and Corr...
 
RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...
RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...
RP 163 Solving a Special Standard Quadratic Congruence Modulo an Even Multipl...
 
Set theory
Set theorySet theory
Set theory
 
Activity 1.docx
Activity 1.docxActivity 1.docx
Activity 1.docx
 
Fundamental Concepts in Fractions
Fundamental Concepts in FractionsFundamental Concepts in Fractions
Fundamental Concepts in Fractions
 
Sets introduction
Sets introductionSets introduction
Sets introduction
 
2.6
2.62.6
2.6
 
Merge sort data structures
Merge sort data structuresMerge sort data structures
Merge sort data structures
 
RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...
RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...
RP 47 Formulation of a Class of Standard Congruence of Higher Degree Modulo a...
 
Homometric Number of Graphs
Homometric Number of GraphsHomometric Number of Graphs
Homometric Number of Graphs
 
SEHS Command Terms
SEHS Command TermsSEHS Command Terms
SEHS Command Terms
 
Matematika terapan week 12
Matematika terapan week 12 Matematika terapan week 12
Matematika terapan week 12
 

Viewers also liked

Surat Perlombaan tpa2016
Surat Perlombaan tpa2016Surat Perlombaan tpa2016
Surat Perlombaan tpa2016Tpa Al-furqon
 
Paket 1 prediksi biokimia smp 2014
Paket 1 prediksi biokimia smp 2014Paket 1 prediksi biokimia smp 2014
Paket 1 prediksi biokimia smp 2014Agustinus Wiyarno
 
Soal prediksi dan bocoran un matematika smp 2014 + kunci jawaban
Soal prediksi dan bocoran un matematika smp 2014 + kunci jawabanSoal prediksi dan bocoran un matematika smp 2014 + kunci jawaban
Soal prediksi dan bocoran un matematika smp 2014 + kunci jawabanWayan Sudiarta
 
SOAL TRY OUT MATEMATIKA 2015
SOAL TRY OUT MATEMATIKA 2015SOAL TRY OUT MATEMATIKA 2015
SOAL TRY OUT MATEMATIKA 2015Ali Rosidi
 
Bank Soal Matematika (SD/MI)
Bank Soal Matematika (SD/MI)Bank Soal Matematika (SD/MI)
Bank Soal Matematika (SD/MI)Aries Firmansyah
 
Soal un dan kunci jawaban matematika sd 2012 2013
Soal un dan kunci jawaban matematika sd 2012 2013Soal un dan kunci jawaban matematika sd 2012 2013
Soal un dan kunci jawaban matematika sd 2012 2013mardiyanto83
 
14 Principles of HENRI FAYOL project on KFC Class-XII
14 Principles of HENRI FAYOL  project on KFC Class-XII14 Principles of HENRI FAYOL  project on KFC Class-XII
14 Principles of HENRI FAYOL project on KFC Class-XIIAtif Khan
 

Viewers also liked (13)

Fungsi kuadrat
Fungsi kuadratFungsi kuadrat
Fungsi kuadrat
 
Relasidan fungsi
Relasidan fungsiRelasidan fungsi
Relasidan fungsi
 
Pak kelas6 bahan bab4 5 uh2 sm1-dave
Pak kelas6 bahan bab4 5 uh2 sm1-davePak kelas6 bahan bab4 5 uh2 sm1-dave
Pak kelas6 bahan bab4 5 uh2 sm1-dave
 
01 sistem bilangan real
01 sistem bilangan real01 sistem bilangan real
01 sistem bilangan real
 
To us 1 mtk
To us 1 mtkTo us 1 mtk
To us 1 mtk
 
Surat Perlombaan tpa2016
Surat Perlombaan tpa2016Surat Perlombaan tpa2016
Surat Perlombaan tpa2016
 
Paket 1 prediksi biokimia smp 2014
Paket 1 prediksi biokimia smp 2014Paket 1 prediksi biokimia smp 2014
Paket 1 prediksi biokimia smp 2014
 
Soal prediksi dan bocoran un matematika smp 2014 + kunci jawaban
Soal prediksi dan bocoran un matematika smp 2014 + kunci jawabanSoal prediksi dan bocoran un matematika smp 2014 + kunci jawaban
Soal prediksi dan bocoran un matematika smp 2014 + kunci jawaban
 
SOAL TRY OUT MATEMATIKA 2015
SOAL TRY OUT MATEMATIKA 2015SOAL TRY OUT MATEMATIKA 2015
SOAL TRY OUT MATEMATIKA 2015
 
Soal latihan matematika kelas 6
Soal latihan matematika kelas 6Soal latihan matematika kelas 6
Soal latihan matematika kelas 6
 
Bank Soal Matematika (SD/MI)
Bank Soal Matematika (SD/MI)Bank Soal Matematika (SD/MI)
Bank Soal Matematika (SD/MI)
 
Soal un dan kunci jawaban matematika sd 2012 2013
Soal un dan kunci jawaban matematika sd 2012 2013Soal un dan kunci jawaban matematika sd 2012 2013
Soal un dan kunci jawaban matematika sd 2012 2013
 
14 Principles of HENRI FAYOL project on KFC Class-XII
14 Principles of HENRI FAYOL  project on KFC Class-XII14 Principles of HENRI FAYOL  project on KFC Class-XII
14 Principles of HENRI FAYOL project on KFC Class-XII
 

Similar to Matematika terapan week 2. set

Matematika terapan week 3
Matematika terapan week 3Matematika terapan week 3
Matematika terapan week 3nellylawar
 
Matematika terapan minggu ke-3
Matematika terapan minggu ke-3Matematika terapan minggu ke-3
Matematika terapan minggu ke-3Fisma Ananda
 
Matematika terapan week 3
Matematika terapan week 3Matematika terapan week 3
Matematika terapan week 3Rhendy Thanaya
 
Matematika terapan week 13
Matematika terapan week 13 Matematika terapan week 13
Matematika terapan week 13 Hardini_HD
 
Set Theory, Relations,Functions (Discrete Structures)
Set Theory, Relations,Functions (Discrete Structures)Set Theory, Relations,Functions (Discrete Structures)
Set Theory, Relations,Functions (Discrete Structures)kimdokja738
 
math-gr-7-teachers-guide-q12.pdf
math-gr-7-teachers-guide-q12.pdfmath-gr-7-teachers-guide-q12.pdf
math-gr-7-teachers-guide-q12.pdfAshiaShi37
 
Matematika terapan week 6
Matematika terapan week 6 Matematika terapan week 6
Matematika terapan week 6 Hardini_HD
 
A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...
A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...
A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...theijes
 
Model of Mathematics Teaching: A Fuzzy Set Approach
Model of Mathematics Teaching: A Fuzzy Set ApproachModel of Mathematics Teaching: A Fuzzy Set Approach
Model of Mathematics Teaching: A Fuzzy Set ApproachIOSR Journals
 
Matematika terapan week 5
Matematika terapan week 5Matematika terapan week 5
Matematika terapan week 5Fisma Ananda
 
Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]nellylawar
 

Similar to Matematika terapan week 2. set (20)

Matematika terapan week 3
Matematika terapan week 3Matematika terapan week 3
Matematika terapan week 3
 
Mtk
MtkMtk
Mtk
 
Matematika terapan minggu ke-3
Matematika terapan minggu ke-3Matematika terapan minggu ke-3
Matematika terapan minggu ke-3
 
Matematika terapan week 3
Matematika terapan week 3Matematika terapan week 3
Matematika terapan week 3
 
Matematika terapan week 13
Matematika terapan week 13 Matematika terapan week 13
Matematika terapan week 13
 
Tg 9780195979701
Tg 9780195979701Tg 9780195979701
Tg 9780195979701
 
Set Theory, Relations,Functions (Discrete Structures)
Set Theory, Relations,Functions (Discrete Structures)Set Theory, Relations,Functions (Discrete Structures)
Set Theory, Relations,Functions (Discrete Structures)
 
Filipino 7 module
Filipino 7 moduleFilipino 7 module
Filipino 7 module
 
Math gr-7-teachers-guide-q12
Math gr-7-teachers-guide-q12Math gr-7-teachers-guide-q12
Math gr-7-teachers-guide-q12
 
Grade 7 teacher's guide (q1&amp;2)
Grade 7 teacher's guide (q1&amp;2)Grade 7 teacher's guide (q1&amp;2)
Grade 7 teacher's guide (q1&amp;2)
 
math-gr-7-teachers-guide-q12.pdf
math-gr-7-teachers-guide-q12.pdfmath-gr-7-teachers-guide-q12.pdf
math-gr-7-teachers-guide-q12.pdf
 
Matematika terapan week 6
Matematika terapan week 6 Matematika terapan week 6
Matematika terapan week 6
 
A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...
A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...
A Case Study of Teaching the Concept of Differential in Mathematics Teacher T...
 
Model of Mathematics Teaching: A Fuzzy Set Approach
Model of Mathematics Teaching: A Fuzzy Set ApproachModel of Mathematics Teaching: A Fuzzy Set Approach
Model of Mathematics Teaching: A Fuzzy Set Approach
 
Chapter2.pptx
Chapter2.pptxChapter2.pptx
Chapter2.pptx
 
Matematika terapan week 5
Matematika terapan week 5Matematika terapan week 5
Matematika terapan week 5
 
part1.ppt
part1.pptpart1.ppt
part1.ppt
 
Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]
 
E1802023741
E1802023741E1802023741
E1802023741
 
WEEK 8.docx
WEEK 8.docxWEEK 8.docx
WEEK 8.docx
 

More from Hardini_HD

Hardini 3201416015 3_b
Hardini 3201416015 3_b Hardini 3201416015 3_b
Hardini 3201416015 3_b Hardini_HD
 
Class dan object
Class dan objectClass dan object
Class dan objectHardini_HD
 
Using of computer tech
Using of computer tech Using of computer tech
Using of computer tech Hardini_HD
 
Number system
Number system Number system
Number system Hardini_HD
 
Komp. dan aplikasi
Komp. dan aplikasi Komp. dan aplikasi
Komp. dan aplikasi Hardini_HD
 
Introduction to software 2
Introduction to software 2 Introduction to software 2
Introduction to software 2 Hardini_HD
 
Introduction to software1
Introduction to software1 Introduction to software1
Introduction to software1 Hardini_HD
 
Introduce to internet2
Introduce to internet2 Introduce to internet2
Introduce to internet2 Hardini_HD
 
Introduce to internet1
Introduce to internet1 Introduce to internet1
Introduce to internet1 Hardini_HD
 
Intro to e gov
Intro to e gov Intro to e gov
Intro to e gov Hardini_HD
 
Flowchart dan dfd
Flowchart dan dfd Flowchart dan dfd
Flowchart dan dfd Hardini_HD
 
Business computing
Business computing Business computing
Business computing Hardini_HD
 
Pti (8) teknologi internet dan web
Pti (8)   teknologi internet dan webPti (8)   teknologi internet dan web
Pti (8) teknologi internet dan webHardini_HD
 

More from Hardini_HD (20)

Hardini 3201416015 3_b
Hardini 3201416015 3_b Hardini 3201416015 3_b
Hardini 3201416015 3_b
 
Delphi
DelphiDelphi
Delphi
 
Class dan object
Class dan objectClass dan object
Class dan object
 
Using of computer tech
Using of computer tech Using of computer tech
Using of computer tech
 
Software
Software Software
Software
 
Number system
Number system Number system
Number system
 
Komp. dan aplikasi
Komp. dan aplikasi Komp. dan aplikasi
Komp. dan aplikasi
 
Jarkom
Jarkom Jarkom
Jarkom
 
Introduction to software 2
Introduction to software 2 Introduction to software 2
Introduction to software 2
 
Introduction to software1
Introduction to software1 Introduction to software1
Introduction to software1
 
Introduce to internet2
Introduce to internet2 Introduce to internet2
Introduce to internet2
 
Introduce to internet1
Introduce to internet1 Introduce to internet1
Introduce to internet1
 
Intro to e gov
Intro to e gov Intro to e gov
Intro to e gov
 
Internet
Internet Internet
Internet
 
Hardware
Hardware Hardware
Hardware
 
Flowchart dan dfd
Flowchart dan dfd Flowchart dan dfd
Flowchart dan dfd
 
File org
File org File org
File org
 
Data comm
Data comm Data comm
Data comm
 
Business computing
Business computing Business computing
Business computing
 
Pti (8) teknologi internet dan web
Pti (8)   teknologi internet dan webPti (8)   teknologi internet dan web
Pti (8) teknologi internet dan web
 

Recently uploaded

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Recently uploaded (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 

Matematika terapan week 2. set

  • 1. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 TIF 21101 APPLIED MATH 1 (MATEMATIKA TERAPAN 1) Week 2 SET THEORY
  • 2. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY OVERVIEW Why do we learn about set? Localizing a system into groups would make the system itself simple to understand and to redesign.
  • 3. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY OBJECTIVES: 1. Set definition and its properties 2. The representation methods of set 3. Set operation 4. Subset, Power of Set, Venn diagram 5. Computer representation of Set 6. Cartesian Product
  • 4. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY Definition Set is a group of an unordered different or unique object. The object of set named as element or member. WE USE CAPITAL LETTERS TO REPRESENT THE SET we use lower letters to represent the elements
  • 5. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORY Examples A = Set of three PC’s hardware which has area more than 5 x 5 cm2. B = Set of 5 non living things in this math class C = Set of person using spectacle in Math class We can define the elements using bracket { }. Thus, A = { keyboard, monitor, motherboard } B = { tables, chairs, infocus, spidols, laptop } C = please help me to define them …… ;P
  • 6. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY The representation methods of set There are 2 methods to represent the set. 1. List all of the members 2. State the member properties Ex. 1. A = { keyboard, monitor, motherboard} 2. B = { x | x is a positive odd interger, x < 10 }
  • 7. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY Exercises : Express the following set into form of set member properties (2nd method)! 1. The set B is natural number more than 3 and less or equal to 15. 2. The set of C is real number more than or equal to -5 and less than 10 3. The set of D is even number of interger less than 20. Express all of above in 1st method as well.
  • 8. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY Set notation • The simplest example of a set is Ø, the empty set, which has no members or elements belonging to it. • x Y means “x is a member of Y”. • x / Y means “x is not a member of Y”. • {x, y} means “the set whose members are x and y”. ∈ ∈
  • 9. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY • {x | P} means “the set of all values of x that have the property P”. For example, { x | x is an even integer } is the set of all even integers. • X = Y means “X and Y have the same members”.
  • 10. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORYSET THEORY Set Operation / Manipulation Set theoretic operations allow us to build new sets out of old, just as the logical connectives allowed us to create compound propositions from simpler propositions.Several types operation of set are 1. union 2. intersection 3. disjoint set 4. difference of set 5. complement
  • 11. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 SET THEORYSET THEORYSET THEORYSET THEORY Venn diagrams are useful in representing sets and set operations. Various sets are represented by circles inside a big rectangle representing the universe of reference.
  • 12. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Union A∪B = { x | x ∈ A ∨ x ∈ B } Elements in at least one of the two sets: A B U A∪B
  • 13. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Intersection A∩B = { x | x ∈ A ∧ x ∈ B } Elements in exactly one of the two sets: A B U A∩B
  • 14. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Disjoint Sets DEF: If A and B have no common elements, they are said to be disjoint, i.e. A ∩B = ∅ . A B U
  • 15. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Set Difference A−B = { x | x ∈ A ∧ x ∉ B } Elements in first set but not second: A B U A−B
  • 16. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Complement A = { x | x ∉ A } Elements not in the set (unary operator): A U A
  • 17. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Set Identities via Venn It’s often simpler to understand an identity by drawing a Venn Diagram. For example DeMorgan’s first law can be visualized as follows. BABA ∩=∪
  • 18. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan A: B:
  • 19. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan A: B: A∪B :
  • 20. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan A: B: A∪B : :BA∪
  • 21. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan A: B:
  • 22. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan A: B: A: B:
  • 23. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan A: B: A: B: :BA∩
  • 24. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Visual DeMorgan = =∩ BA =∪ BA