retagged by
5,744 views
4 votes
4 votes

Let A and B be two fuzzy integers defined as:

A={(1.0.3), (2, 0.6), (3, 1), (4, 0.7), (5, 0.2)}

B={(10, 0.5), (11, 1), (12, 0.5)}

Using fuzzy arithmetic operation given by

$\mu_{A+B^{(Z)}} = \underset{x+y=z}{\oplus} (\mu_A (x) \otimes \mu_B(y))$

$f(A+B)$ is _____ . [Note: $\oplus \equiv max; \: \: \otimes \equiv min$]

  1. {(11, 0.8), (13, 1), (15, 1)}
  2. {(11, 0.3), (12, 0.5), (13, 1), (14, 1), (15, 1), (16, 0.5), (17, 0.2)}
  3. {(11, 0.3), (12, 0.5), (13, 0.6), (14, 1), (15, 1), (16, 0.5), (17, 0.2)}
  4. {(11, 0.3), (12, 0.5), (13, 0.6), (14, 1), (15, 0.7), (16, 0.5), (17, 0.2)}
retagged by

1 Answer

3 votes
3 votes

A={(1,0.3), (2,0.6), (3, 1), (4, 0.7), (5, 0.2)}

B={(10, 0.5), (11, 1), (12, 0.5)}

μA+B(Z)=⊕x+y=z  (μA(x)⊗μB(y)) is give as below     (add elements of A and B while keeping the min membership value e.g. 1+10 =11 and min(0.3,0.5)=0.3 and so on for rest. 

⊕ x + y = z {(11,0.3), (12,0.3) ,(13,0.3) , (12,0.5),(13,0.6),(14,0.5),(13,0.5),(14,1), (15,0.5),(14,0.5),(15,0.7),(16,0.5),(15,0.2),(16,0.2),(17,0.2)} by considering min membership value

now considering max membership value (in bold )

{(11,0.3) ,(12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5) ,(17,0.2)}

Hence ans is D

edited by
Answer:

Related questions

7.4k
views
3 answers
4 votes
go_editor asked Aug 2, 2016
7,385 views
Suppose the function y and a fuzzy integer number around - 4 for x are given as $y=(x-3)^2 + 2$. Around - 4 ={(2, 0.3), (3, 0.6), (4, 1), (5, 0.6), (6, 0.3)} respectively. Then ... 0.6), (11, 0.3)}{(2, 0.6), (3, 0.3), (6, 0.6), (11, 0.3)}
4.3k
views
2 answers
3 votes
go_editor asked Aug 2, 2016
4,346 views
Consider the two class classification task that consists of the following points:Class $C_1$: [1 1.5][1 -1.5]Class $C_2$: [-2 2.5][-2 -2.5]The decision boundary between ... $x_1+x_2-1.5=0$x_1+1.5=0$x_1-1.5=0$
3.8k
views
1 answers
1 votes
go_editor asked Jul 24, 2016
3,778 views
Support of a fuzzy set $A= \big\{ \frac{x_1}{0.2}, \frac{x_2}{0.15}, \frac{x_3}{0.9}, \frac{x_4}{0.95}, \frac{x_5}{0.15} \big \}$ within a universal set X is ... $\{x_1, x_2, x_3, x_4, x_5\}$
11.5k
views
1 answers
1 votes
go_editor asked Jul 19, 2016
11,485 views
If A and B are two fuzzy sets with membership functions$\mu _A (x)=\{0.6,0.5,0.1,0.7,0.8\}$\mu_B(x)=\{0.9, 0.2, 0.6, 0.8, 0.5\}$Then the value of $ ... $\{0.1, 0.5, 0.4, 0.2, 0.3 \}$