recategorized by
8,255 views
3 votes
3 votes

Compute the value of adding the following two fuzzy integers:

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

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

Where fuzzy addition is defined as

$\mu_{A+B} (z) = max_{x+y=z} (min (\mu_A(x), \mu_b(x)))$

Then, f(A+B) is equal to

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

1 Answer

Best answer
5 votes
5 votes

μA+B(z)=max x+y=z(min(μA(x),μB(x)))

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

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

first add the numbers(x+y=z) and write the min membership value since function is min((μA(x),μB(x)) u will get follwing 15 terms

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

now write all distinct elements with max membership (written in bold)  value since max is there in the question

ANS WILL BE D     {(0.3, 12), (0.5, 13), (0.6, 14), (1, 15), (0.7, 16), (0.5, 17), (0.2, 18)}

selected by
Answer:

Related questions

4 votes
4 votes
2 answers
1
1 votes
1 votes
1 answer
2
go_editor asked Aug 11, 2016
1,391 views
Consider a standard additive model consisting of rules of the form ofIf $x$ is $A_i$ AND $y$ is $B_i$ THEN $z$ is $C_i$. Given crisp inputs $x=x_0, \: y=y_0$ the output o...
3 votes
3 votes
2 answers
3
go_editor asked Aug 21, 2016
3,308 views
Consider a 3-puzzle where, like in the usual 8-puzzle game, a tile can only move to an adjacent empty space. Given the initial state 12 3which of the following state cann...