SlideShare une entreprise Scribd logo
1  sur  35
What is Sets?
A set is any well-defined collection of
objects, called the elements or members of
the set.
Sets are used to group objects together.
Often, but not always, the objects in a set
have similar properties. In computer science,
sets are basic data structures
A set is an unordered collection of objects,
called elements or members of the set. A set
is said to contain its elements.
We write a ∈ A to denote that a is an
element of the set A. The notation a ∉ A
denotes that a is not an element of the set
A.
1. Sets symbol
 Sets are denoted by using uppercase letters
for example A, B, C, D.
 Elements of sets are denoted by using
lowercase letters for example a, b, c, d or 1,
2, 3, 4.
 Groups of sets are denoted by using bracket
"{" and "}", for example { … }, { … }.
 Each elements of sets is separated by using
comma ",", for example { 1, 2, 3, 4 } … .
2. Example of sets A = { 1, 2, 3, 4 } or B = { a, b, c,
d, e }
Top 3 actors in the Philippines
Top 3 K-pop Singers
Top 3 American Songs
 N: Sets of Natural Numbers (Counting numbers).
objects. Natural numbers do not include 0 or negative
numbers. Ex. 1,2,3,4…….. ∞
 Z: Sets of all Integers. Whole number (not a fractional
number) that can be positive, negative, or zero.
 Z +
: Sets of all positive Integers
 Z -
: Sets of all negative Integers
 Q: Sets of all Rational Numbers. Any number that can be
written as a ratio (or fraction) of two integers is a
rational number.
 R: Sets of Real Numbers. The real numbers include
natural numbers or counting numbers, whole numbers,
integers, rational numbers (fractions and repeating or
terminating decimals), and irrational numbers.
B
B
The empty set There is a special set that
has no elements. This set is called the
empty set, or null set, and is denoted
by ∅ .
The empty set can also be denoted by { }.
Often, a set of elements with certain
properties turns out to be the null set.
A: Set of prime numbers between 24 and
28
B: { }
1. Write set V which is represented letters between C and J in
the English Alphabet.
2. Write set O which is represented odd positive integers less
than 10.
3. Write set E which is represented even integers greater than
10 and less than 20.
4. Write set A which is represented positive integers greater
than 95 and equal to 100
5. Write set F which is represented positive odd numbers
between 5 and 7.
Venn diagrams
Sets can be represented graphically using Venn diagrams,
named after the English mathematician John Venn, who
introduced their use in 1881. In Venn diagrams the
universal set U, which contains all the objects under
consideration, is represented by a rectangle. (Note that the
universal set varies depending on which objects are of
interest .)
Inside this rectangle, circles or other geometrical figures
are used to represent sets. Sometimes points are used to
represent the particular elements of the set. Venn diagrams
are often used to indicate the relationships between sets. We
show how a Venn diagram can be used in an example.
A ={1,2,3,4,5,6,7}
B ={6,7,8,9,10,11}
Union
The union of two sets is a set containing all elements that are in A or
in B (possibly both).
Commutative Law: The order of the sets in which the operations
are done, does not change the result.
Associative Law: The grouping of two or more sets performing any operation
does not affect the next set of grouping.
Identity Law: In logic, the law of identity states that each thing is identical with
itself.
Idempotent: The union of any set A with itself gives the set A. Is the property of
certain operations in mathematics that can be applied multiple times without
changing the result. Intersection and union of any set with itself revert the same set
A U A = A
Law of U: Universal set is a set which has elements of all the related
sets, without any repetition of elements.
Commutative Law: The order of the sets in which the operations
are done, does not change the result.
Associative Law: The grouping of two or more sets performing any operation
does not affect the next set of grouping.
Properties of Intersection of Sets
Idempotent: The union of any set A with itself gives the set A. Is the property of
certain operations in mathematics that can be applied multiple times without changing
the result. Intersection and union of any set with itself revert the same set.
Law of U: Universal set is a set which has elements of all the related
sets, without any repetition of elements.
Algebra of Sets
Sets under the operations of union, intersection, and
complement satisfy various laws (identities) which are listed in Table 1.
Idempotent Laws (a) A ∪ A = A (b) A ∩ A = A
Associative Laws (a) (A ∪ B) ∪ C = A ∪ (B ∪ C) (b) (A ∩ B) ∩ C = A ∩ (B ∩ C)
Commutative Laws (a) A ∪ B = B ∪ A (b) A ∩ B = B ∩ A
Distributive Laws (a) A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) (b) A ∩ (B ∪ C) =(A ∩ B) ∪ (A ∩ C)
De Morgan's Laws (a) (A ∪B)
c
=A
c
∩ B
c
(b) (A ∩B)
c
=A
c
∪ B
c
Identity Laws
(a) A ∪ ∅ = A
(b) A ∪ U = U
(c) A ∩ U =A
(d) A ∩ ∅ = ∅
Complement Laws
(a) A ∪ A
c
= U
(b) A ∩ A
c
= ∅
(c) U
c
= ∅
(d) ∅
c
= U
Involution Law (a) (A
c
)
c
= A
Sets.pptx

Contenu connexe

Tendances

Fundamental Counting Principle
Fundamental Counting PrincipleFundamental Counting Principle
Fundamental Counting PrincipleBen Cruz
 
Mathematics set theory presentation.
Mathematics set theory presentation.Mathematics set theory presentation.
Mathematics set theory presentation.Nikku25361006
 
Experimental Probability
Experimental ProbabilityExperimental Probability
Experimental ProbabilityLindsey Brown
 
Sets PowerPoint Presentation
Sets PowerPoint PresentationSets PowerPoint Presentation
Sets PowerPoint PresentationAshna Rajput
 
Set theory
Set theorySet theory
Set theoryAN_Rajin
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notationseduardman
 
Introduction to sets
Introduction to setsIntroduction to sets
Introduction to setsSonia Pahuja
 
Relations and functions
Relations and functions Relations and functions
Relations and functions Leslie Amoguis
 
1. set theory
1. set theory1. set theory
1. set theorycaymulb
 
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 Orderingallyn joy calcaben
 
Universal Set and Subset.pptx
Universal Set and Subset.pptxUniversal Set and Subset.pptx
Universal Set and Subset.pptxThannyMPenoliar
 
Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,MartinGeraldine
 
Discrete mathematics OR Structure
Discrete mathematics OR Structure Discrete mathematics OR Structure
Discrete mathematics OR Structure Abdullah Jan
 

Tendances (20)

Fundamental Counting Principle
Fundamental Counting PrincipleFundamental Counting Principle
Fundamental Counting Principle
 
Mathematics set theory presentation.
Mathematics set theory presentation.Mathematics set theory presentation.
Mathematics set theory presentation.
 
Experimental Probability
Experimental ProbabilityExperimental Probability
Experimental Probability
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
 
Sets PowerPoint Presentation
Sets PowerPoint PresentationSets PowerPoint Presentation
Sets PowerPoint Presentation
 
Set theory
Set theorySet theory
Set theory
 
Sets, functions and groups
Sets, functions and groupsSets, functions and groups
Sets, functions and groups
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notations
 
Introduction to sets
Introduction to setsIntroduction to sets
Introduction to sets
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
 
Set concepts
Set conceptsSet concepts
Set concepts
 
Sets
SetsSets
Sets
 
1. set theory
1. set theory1. set theory
1. set theory
 
Types of sets
Types of setsTypes of sets
Types of sets
 
Sets and Subsets
Sets and SubsetsSets and Subsets
Sets and Subsets
 
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
 
Universal Set and Subset.pptx
Universal Set and Subset.pptxUniversal Set and Subset.pptx
Universal Set and Subset.pptx
 
Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,Identifying universal, equal and equivalent sets,
Identifying universal, equal and equivalent sets,
 
Discrete mathematics OR Structure
Discrete mathematics OR Structure Discrete mathematics OR Structure
Discrete mathematics OR Structure
 

Similaire à Sets.pptx

Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematicNaralaswapna
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETSNaveen R
 
Digital text book sets
Digital text book   setsDigital text book   sets
Digital text book setslibinkalappila
 
#17 Boba PPT Template (1).pptx
#17 Boba PPT Template (1).pptx#17 Boba PPT Template (1).pptx
#17 Boba PPT Template (1).pptxKimSeungyoon2
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on setsRahul Avicii
 
1. Real Numbers and Integer Exponent.pptx
1. Real Numbers and Integer Exponent.pptx1. Real Numbers and Integer Exponent.pptx
1. Real Numbers and Integer Exponent.pptxmxian444
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Manik Bhola
 
Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...
Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...
Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...LouelaDePaz
 
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptxSet Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptxKalirajMariappan
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfMaryAnnBatac1
 
02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptxMerrykrisIgnacio
 

Similaire à Sets.pptx (20)

Sets.pdf
Sets.pdfSets.pdf
Sets.pdf
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
Section3 1
Section3 1Section3 1
Section3 1
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETS
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
 
Digital text book sets
Digital text book   setsDigital text book   sets
Digital text book sets
 
#17 Boba PPT Template (1).pptx
#17 Boba PPT Template (1).pptx#17 Boba PPT Template (1).pptx
#17 Boba PPT Template (1).pptx
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
 
The basic concept of sets
The basic concept of setsThe basic concept of sets
The basic concept of sets
 
1. Real Numbers and Integer Exponent.pptx
1. Real Numbers and Integer Exponent.pptx1. Real Numbers and Integer Exponent.pptx
1. Real Numbers and Integer Exponent.pptx
 
G-1-SETS.pdf
G-1-SETS.pdfG-1-SETS.pdf
G-1-SETS.pdf
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 
Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...
Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...
Lesson2_MathematicalLanguageAndSymbols _Lesson 2.1_VariablesAndTheLanguageOfS...
 
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptxSet Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
 
SET
SETSET
SET
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
 
02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx
 
MMW-Chapter-2-first-lesson.pptx
MMW-Chapter-2-first-lesson.pptxMMW-Chapter-2-first-lesson.pptx
MMW-Chapter-2-first-lesson.pptx
 

Plus de EllenGrace9

4. ERD Cardinality.pptx
4. ERD Cardinality.pptx4. ERD Cardinality.pptx
4. ERD Cardinality.pptxEllenGrace9
 
3. Venn Diagram.pptx
3. Venn Diagram.pptx3. Venn Diagram.pptx
3. Venn Diagram.pptxEllenGrace9
 
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptxEllenGrace9
 
Data Structures and Algorithm - Module 1.pptx
Data Structures and Algorithm - Module 1.pptxData Structures and Algorithm - Module 1.pptx
Data Structures and Algorithm - Module 1.pptxEllenGrace9
 
1. Introduction.pptx
1. Introduction.pptx1. Introduction.pptx
1. Introduction.pptxEllenGrace9
 

Plus de EllenGrace9 (7)

3. ERD.pptx
3. ERD.pptx3. ERD.pptx
3. ERD.pptx
 
4. ERD Cardinality.pptx
4. ERD Cardinality.pptx4. ERD Cardinality.pptx
4. ERD Cardinality.pptx
 
3. Venn Diagram.pptx
3. Venn Diagram.pptx3. Venn Diagram.pptx
3. Venn Diagram.pptx
 
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
 
Data Structures and Algorithm - Module 1.pptx
Data Structures and Algorithm - Module 1.pptxData Structures and Algorithm - Module 1.pptx
Data Structures and Algorithm - Module 1.pptx
 
implication.pdf
implication.pdfimplication.pdf
implication.pdf
 
1. Introduction.pptx
1. Introduction.pptx1. Introduction.pptx
1. Introduction.pptx
 

Dernier

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Dernier (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

Sets.pptx

  • 1.
  • 2. What is Sets? A set is any well-defined collection of objects, called the elements or members of the set. Sets are used to group objects together. Often, but not always, the objects in a set have similar properties. In computer science, sets are basic data structures
  • 3. A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a ∈ A to denote that a is an element of the set A. The notation a ∉ A denotes that a is not an element of the set A.
  • 4. 1. Sets symbol  Sets are denoted by using uppercase letters for example A, B, C, D.  Elements of sets are denoted by using lowercase letters for example a, b, c, d or 1, 2, 3, 4.  Groups of sets are denoted by using bracket "{" and "}", for example { … }, { … }.  Each elements of sets is separated by using comma ",", for example { 1, 2, 3, 4 } … . 2. Example of sets A = { 1, 2, 3, 4 } or B = { a, b, c, d, e }
  • 5.
  • 6. Top 3 actors in the Philippines Top 3 K-pop Singers Top 3 American Songs
  • 7.
  • 8.  N: Sets of Natural Numbers (Counting numbers). objects. Natural numbers do not include 0 or negative numbers. Ex. 1,2,3,4…….. ∞  Z: Sets of all Integers. Whole number (not a fractional number) that can be positive, negative, or zero.  Z + : Sets of all positive Integers  Z - : Sets of all negative Integers
  • 9.  Q: Sets of all Rational Numbers. Any number that can be written as a ratio (or fraction) of two integers is a rational number.  R: Sets of Real Numbers. The real numbers include natural numbers or counting numbers, whole numbers, integers, rational numbers (fractions and repeating or terminating decimals), and irrational numbers.
  • 10. B B
  • 11. The empty set There is a special set that has no elements. This set is called the empty set, or null set, and is denoted by ∅ . The empty set can also be denoted by { }. Often, a set of elements with certain properties turns out to be the null set. A: Set of prime numbers between 24 and 28 B: { }
  • 12.
  • 13. 1. Write set V which is represented letters between C and J in the English Alphabet. 2. Write set O which is represented odd positive integers less than 10. 3. Write set E which is represented even integers greater than 10 and less than 20. 4. Write set A which is represented positive integers greater than 95 and equal to 100 5. Write set F which is represented positive odd numbers between 5 and 7.
  • 14. Venn diagrams Sets can be represented graphically using Venn diagrams, named after the English mathematician John Venn, who introduced their use in 1881. In Venn diagrams the universal set U, which contains all the objects under consideration, is represented by a rectangle. (Note that the universal set varies depending on which objects are of interest .)
  • 15. Inside this rectangle, circles or other geometrical figures are used to represent sets. Sometimes points are used to represent the particular elements of the set. Venn diagrams are often used to indicate the relationships between sets. We show how a Venn diagram can be used in an example.
  • 17.
  • 18. Union The union of two sets is a set containing all elements that are in A or in B (possibly both).
  • 19. Commutative Law: The order of the sets in which the operations are done, does not change the result.
  • 20. Associative Law: The grouping of two or more sets performing any operation does not affect the next set of grouping.
  • 21. Identity Law: In logic, the law of identity states that each thing is identical with itself.
  • 22. Idempotent: The union of any set A with itself gives the set A. Is the property of certain operations in mathematics that can be applied multiple times without changing the result. Intersection and union of any set with itself revert the same set A U A = A
  • 23. Law of U: Universal set is a set which has elements of all the related sets, without any repetition of elements.
  • 24.
  • 25. Commutative Law: The order of the sets in which the operations are done, does not change the result.
  • 26. Associative Law: The grouping of two or more sets performing any operation does not affect the next set of grouping.
  • 27. Properties of Intersection of Sets Idempotent: The union of any set A with itself gives the set A. Is the property of certain operations in mathematics that can be applied multiple times without changing the result. Intersection and union of any set with itself revert the same set.
  • 28. Law of U: Universal set is a set which has elements of all the related sets, without any repetition of elements.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34. Algebra of Sets Sets under the operations of union, intersection, and complement satisfy various laws (identities) which are listed in Table 1. Idempotent Laws (a) A ∪ A = A (b) A ∩ A = A Associative Laws (a) (A ∪ B) ∪ C = A ∪ (B ∪ C) (b) (A ∩ B) ∩ C = A ∩ (B ∩ C) Commutative Laws (a) A ∪ B = B ∪ A (b) A ∩ B = B ∩ A Distributive Laws (a) A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) (b) A ∩ (B ∪ C) =(A ∩ B) ∪ (A ∩ C) De Morgan's Laws (a) (A ∪B) c =A c ∩ B c (b) (A ∩B) c =A c ∪ B c Identity Laws (a) A ∪ ∅ = A (b) A ∪ U = U (c) A ∩ U =A (d) A ∩ ∅ = ∅ Complement Laws (a) A ∪ A c = U (b) A ∩ A c = ∅ (c) U c = ∅ (d) ∅ c = U Involution Law (a) (A c ) c = A