Вы находитесь на странице: 1из 2

EXPERIMENT NO AIM- Implementation of Fuzzy Compositions.

THEORYComposition of Fuzzy relations:


The operation execuated on two compitable binary relation to get a single binary relation
is the composition of the relations.
Let R be the relation which map the relation from universe X and Y. Let S be the relation
which map the relations from universe Y and Z.
It is denoted by ROS.
There has to be common elements in Y for the relations R and S to be compatible.
Consider,
X={a1,a2,a3}
Y={b1,b2,b3}
Z={c1,c2,c3}
Find RoS.
R={ (a1,b1), (a1,b2), (a1,b3), (a2,b2), (a3,b3) }
S={ (b1,c1), (b1,c2), (b1,c3), (b2,c2), (b3,c3) }
Now, ROS={(a1,c1), (a3,c3), (a1,c2), (a1,c3)}

Composition Operations:

R=
x1
x2

S=
y1
0.6
0.2

y2
0.3
0.9

y1
y2

z1
1
0.8

z2
0.5
0.4

z3
0.3
0.7

1. Max- Min
T(X,Z)= max[ min[R(X,Y), S(Y,Z)] ]
Hence,
T=
x1
x2

z1
0.6
0.8

z2
0.5
0.4

z3
0.3
0.7

2. Max Product
T(X,Z)= max[ R(X,Y) . S(Y,Z) ]
Hence,
T=
x1
x2

z1
0.6
0.72

z2
0.3
0.36

z3
0.21
0.63

CONCLUSIONHence, we have studied and implemented the fuzzy set compositions.

Вам также может понравиться