SlideShare ist ein Scribd-Unternehmen logo
1 von 31
BANGALORE UNIVERSITY
UNIVERSITY VISVESVARAYA COLLEGE OF ENGINEERING
K R Circle, Bangalore 560001
Department of Computer Science and Engineering
COMPUTER NETWORKING
Seminar On
FUZZY RELATIONS
Submitted By:
VAISHALI BAGEWADIKAR
20GACS4017
Dept of CSE, CN Branch.
2021-2022
Under the Guidance of:
Dr. PRATIBHAVANI .P.M
Associate Professor
Dept of CSE,UVCE
Bangalore
Agenda
• Crisp sets
• Fuzzy sets
• Cartesian product
• Crisp relation
• Fuzzy Relations
Basics
• Crisp set
• A set defined using a characteristic function that assigns a value of
either 0 or 1 to each element of the universe, discriminating
between members and non-members of the crisp set under
consideration.
• Example : light is ON or OFF
• In the context of fuzzy sets theory, crisp sets are referred as
“classical” or “ordinary” sets
• Fuzzy sets are generalization of crisp sets where the degree of
inclusiveness of an element may be anything from 0 to 1. Not just 0
or 1.
• Example: weather is very cold.
• Definition Fuzzy set
A fuzzy set F on a given universe of discourse U is defined as a
collection of ordered pairs (x, μF (x)) where x ∊ U, and for all x ∊ U,
0.0 ≤ μF (x) ≤ 1.0.
F = {(x, μF (x))} | x ∊ U, 0.0 ≤ μF (x) ≤ 1.0}
Definition of Cartesian product
Let A and B be two sets. Then the Cartesian product of A and B,
denoted by A × B, is the set of all ordered pairs (a, b) such that
a ∊ A, and b ∊ B.
A × B = {(a, b) | a ∊ A, and b ∊ B} Since (a, b) ≠ (b, a) we have
in general A × B ≠ B × A. Hence the operation of Cartesian
product is not commutative
Cartesian product
Definition -Membership Function
• Given an element x and a set S, the membership of x with respect
to S, denoted as μ S (x), is defined as :
• µS (x) = 1, if x ∈ S
• µS (x) = 0, if x ∉ S
Definition -Crisp relation
• Given two crisp sets A and B, a crisp relation R between A and B is a subset of
A × B. and R ⊆ A × B
• Consider the sets A = {1, 2, 3}, B = {1, 2, 3, 4}
relation R = {(a, b) | b = a + 1, a ∊ A, and b ∊B}.
Then R = {(1, 2), (2, 3), (3, 4)}.
• Here R ⊂ A × B.
• A crisp relation between sets A and B is expressed with the help of a relation
matrix T.
Example
The rows and the columns of the relation matrix T correspond to
the members of A and B respectively.
A = {1, 2, 3}, B = {1, 2, 3, 4}
relation R = {(a, b) | b = a + 1, a ∊ A, and b ∊ B}
R = {(1, 2), (2, 3), (3, 4)}. Relation matrix for R is given below
EXAMPLE 2
EXAMPLE 3
Defnition:Fuzzy Cartesian product
Cardinality of Fuzzy Relations
Operations On Fuzzy Relation
μ
Example
Properties of Fuzzy Relations
• The properties of fuzzy sets hold good for fuzzy relations as well.
 Commutativity
 Associativity
 Distributivity
 Involution
 Idempotency
 DeMorgan’s Law
 Excluded Middle Laws.
Fuzzy Composition
Example(Max-Min )
= max [ min (0.6, 1),min (0.3,0.8)]
= max [0.6, 0.3]
= 0.6
=max [min (0.6,0.5),min (0.3,0.4)]
=max [min (0.6,0.5),min (0.3,0.4)]
= max (0.5, 0.3)
= 0.5
max [min (0.6,0.3),min (0.3,0.7)]
MT(x1,z3)=max [min (0.6,0.3),min (0.3,0.7)]
= max [0.3, 0.3] = 0.3
MT(x2,z1)=max [min (0.2,1),min (0.9,0.8)]
MT(x2,z1)=max [min (0.2,1),min (0.9,0.8)]
= max [ 0.2, 0.8] = 0.8
=max [min (0.2,0.5),min (0.3,0.4)]
MT(x2,z2)=max [min (0.2,0.5),min (0.3,0.4)]
= max [0.2, 0.4] = 0.4
max [min (0.2,0.3),min (0.9,0.7)]
MT(x2,z3)=max [min (0.2,0.3),min (0.9,0.7)]
= max (0.2, 0.7) = 0.7
T = RoS = [0.6 0.5 0.3
0.8 0.4 0.7]
Example(Max-Prod)
Example(Max-Prod)
T = R . S
MT(x1,z1) = max [MR(x1,y1).MS(y1,z1)]
= max [MR(x1,y1).MS(y1,z1)] MR(x1,y2).MS(y2,z1)]
MR(x1,y2).MS(y2,z1)]= max (0.6, 0.24) = 0.6
MT(x1,z2)=max [MR(x1,y1).MS(y1,z2)]
=max [MR(x1,y1).MS(y1,z2)]
[MR(x1,y2).MS(y2,z2)][MR(x1,y2).MS(y2,z2)]
= max [0.30, 0.12] = 0.30
Example(Max-Prod)
MT(x1,z3)=max [0.18,0.21]=0.21
MT(x2,z1)=max [0.2,0.72]=0.72
MT(x2,z2)=max [0.10,0.36]=0.36
MT(x2,z3)=max [0.06,0.63]=0.63
z1 z2 z3
T= R.S = x1 [ 0.6 0.3 0.21 ]
x2 [ 0.72 0.36 0.63]
FuzzyRelations.pptx

Weitere ähnliche Inhalte

Ähnlich wie FuzzyRelations.pptx

Ähnlich wie FuzzyRelations.pptx (20)

Four basic concepts.pptx
Four basic concepts.pptxFour basic concepts.pptx
Four basic concepts.pptx
 
Analysis and Performance Prediction of Students Using Fuzzy Relations and Int...
Analysis and Performance Prediction of Students Using Fuzzy Relations and Int...Analysis and Performance Prediction of Students Using Fuzzy Relations and Int...
Analysis and Performance Prediction of Students Using Fuzzy Relations and Int...
 
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
 
Set theory
Set theorySet theory
Set theory
 
Ch02 fuzzyrelation
Ch02 fuzzyrelationCh02 fuzzyrelation
Ch02 fuzzyrelation
 
Discrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsDiscrete-Chapter 08 Relations
Discrete-Chapter 08 Relations
 
Sets and relations
Sets and relationsSets and relations
Sets and relations
 
Chepter 1 function 2013
Chepter 1   function 2013Chepter 1   function 2013
Chepter 1 function 2013
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Relations
RelationsRelations
Relations
 
Mtk3013 chapter 2-3
Mtk3013   chapter 2-3Mtk3013   chapter 2-3
Mtk3013 chapter 2-3
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
Relations
RelationsRelations
Relations
 
Relation and function_xii
Relation and function_xiiRelation and function_xii
Relation and function_xii
 
20200911-XI-Maths-Sets-2 of 2-Ppt.pdf
20200911-XI-Maths-Sets-2 of 2-Ppt.pdf20200911-XI-Maths-Sets-2 of 2-Ppt.pdf
20200911-XI-Maths-Sets-2 of 2-Ppt.pdf
 
Relations
RelationsRelations
Relations
 
RELATION
RELATIONRELATION
RELATION
 

Mehr von VaishaliBagewadikar

Mehr von VaishaliBagewadikar (7)

SEPM_MODULE 2 PPT.pptx
SEPM_MODULE 2 PPT.pptxSEPM_MODULE 2 PPT.pptx
SEPM_MODULE 2 PPT.pptx
 
Module-4_Part-II.pptx
Module-4_Part-II.pptxModule-4_Part-II.pptx
Module-4_Part-II.pptx
 
part3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptxpart3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptx
 
Module-3_SVM_Kernel_KNN.pptx
Module-3_SVM_Kernel_KNN.pptxModule-3_SVM_Kernel_KNN.pptx
Module-3_SVM_Kernel_KNN.pptx
 
chapter3.pptx
chapter3.pptxchapter3.pptx
chapter3.pptx
 
Module 2 softcomputing.pptx
Module 2 softcomputing.pptxModule 2 softcomputing.pptx
Module 2 softcomputing.pptx
 
SC1.pptx
SC1.pptxSC1.pptx
SC1.pptx
 

Kürzlich hochgeladen

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxRTS corp
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingOpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingShane Coughlan
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf31events.com
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
SoftTeco - Software Development Company Profile
SoftTeco - Software Development Company ProfileSoftTeco - Software Development Company Profile
SoftTeco - Software Development Company Profileakrivarotava
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecturerahul_net
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 

Kürzlich hochgeladen (20)

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingOpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
SoftTeco - Software Development Company Profile
SoftTeco - Software Development Company ProfileSoftTeco - Software Development Company Profile
SoftTeco - Software Development Company Profile
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecture
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 

FuzzyRelations.pptx

  • 1. BANGALORE UNIVERSITY UNIVERSITY VISVESVARAYA COLLEGE OF ENGINEERING K R Circle, Bangalore 560001 Department of Computer Science and Engineering COMPUTER NETWORKING Seminar On FUZZY RELATIONS Submitted By: VAISHALI BAGEWADIKAR 20GACS4017 Dept of CSE, CN Branch. 2021-2022 Under the Guidance of: Dr. PRATIBHAVANI .P.M Associate Professor Dept of CSE,UVCE Bangalore
  • 2. Agenda • Crisp sets • Fuzzy sets • Cartesian product • Crisp relation • Fuzzy Relations
  • 3. Basics • Crisp set • A set defined using a characteristic function that assigns a value of either 0 or 1 to each element of the universe, discriminating between members and non-members of the crisp set under consideration. • Example : light is ON or OFF • In the context of fuzzy sets theory, crisp sets are referred as “classical” or “ordinary” sets • Fuzzy sets are generalization of crisp sets where the degree of inclusiveness of an element may be anything from 0 to 1. Not just 0 or 1. • Example: weather is very cold.
  • 4. • Definition Fuzzy set A fuzzy set F on a given universe of discourse U is defined as a collection of ordered pairs (x, μF (x)) where x ∊ U, and for all x ∊ U, 0.0 ≤ μF (x) ≤ 1.0. F = {(x, μF (x))} | x ∊ U, 0.0 ≤ μF (x) ≤ 1.0}
  • 5. Definition of Cartesian product Let A and B be two sets. Then the Cartesian product of A and B, denoted by A × B, is the set of all ordered pairs (a, b) such that a ∊ A, and b ∊ B. A × B = {(a, b) | a ∊ A, and b ∊ B} Since (a, b) ≠ (b, a) we have in general A × B ≠ B × A. Hence the operation of Cartesian product is not commutative
  • 7. Definition -Membership Function • Given an element x and a set S, the membership of x with respect to S, denoted as μ S (x), is defined as : • µS (x) = 1, if x ∈ S • µS (x) = 0, if x ∉ S
  • 8. Definition -Crisp relation • Given two crisp sets A and B, a crisp relation R between A and B is a subset of A × B. and R ⊆ A × B • Consider the sets A = {1, 2, 3}, B = {1, 2, 3, 4} relation R = {(a, b) | b = a + 1, a ∊ A, and b ∊B}. Then R = {(1, 2), (2, 3), (3, 4)}. • Here R ⊂ A × B. • A crisp relation between sets A and B is expressed with the help of a relation matrix T.
  • 9. Example The rows and the columns of the relation matrix T correspond to the members of A and B respectively. A = {1, 2, 3}, B = {1, 2, 3, 4} relation R = {(a, b) | b = a + 1, a ∊ A, and b ∊ B} R = {(1, 2), (2, 3), (3, 4)}. Relation matrix for R is given below
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 18.
  • 21. Cardinality of Fuzzy Relations
  • 22. Operations On Fuzzy Relation μ
  • 24. Properties of Fuzzy Relations • The properties of fuzzy sets hold good for fuzzy relations as well.  Commutativity  Associativity  Distributivity  Involution  Idempotency  DeMorgan’s Law  Excluded Middle Laws.
  • 27. = max [ min (0.6, 1),min (0.3,0.8)] = max [0.6, 0.3] = 0.6 =max [min (0.6,0.5),min (0.3,0.4)] =max [min (0.6,0.5),min (0.3,0.4)] = max (0.5, 0.3) = 0.5 max [min (0.6,0.3),min (0.3,0.7)] MT(x1,z3)=max [min (0.6,0.3),min (0.3,0.7)] = max [0.3, 0.3] = 0.3 MT(x2,z1)=max [min (0.2,1),min (0.9,0.8)] MT(x2,z1)=max [min (0.2,1),min (0.9,0.8)] = max [ 0.2, 0.8] = 0.8 =max [min (0.2,0.5),min (0.3,0.4)] MT(x2,z2)=max [min (0.2,0.5),min (0.3,0.4)] = max [0.2, 0.4] = 0.4 max [min (0.2,0.3),min (0.9,0.7)] MT(x2,z3)=max [min (0.2,0.3),min (0.9,0.7)] = max (0.2, 0.7) = 0.7 T = RoS = [0.6 0.5 0.3 0.8 0.4 0.7]
  • 29. Example(Max-Prod) T = R . S MT(x1,z1) = max [MR(x1,y1).MS(y1,z1)] = max [MR(x1,y1).MS(y1,z1)] MR(x1,y2).MS(y2,z1)] MR(x1,y2).MS(y2,z1)]= max (0.6, 0.24) = 0.6 MT(x1,z2)=max [MR(x1,y1).MS(y1,z2)] =max [MR(x1,y1).MS(y1,z2)] [MR(x1,y2).MS(y2,z2)][MR(x1,y2).MS(y2,z2)] = max [0.30, 0.12] = 0.30
  • 30. Example(Max-Prod) MT(x1,z3)=max [0.18,0.21]=0.21 MT(x2,z1)=max [0.2,0.72]=0.72 MT(x2,z2)=max [0.10,0.36]=0.36 MT(x2,z3)=max [0.06,0.63]=0.63 z1 z2 z3 T= R.S = x1 [ 0.6 0.3 0.21 ] x2 [ 0.72 0.36 0.63]