edited by
7,674 views
4 4 votes

If two fuzzy set $A$ and $B$ are given with membership functions

$\mu_A(x) = \{0.2,0.4,0.8,0.5,0.1\}$

$\mu_B(x) = \{0.1,0.3,0.6,0.3,0.2\}$

Then the value of $\mu_{\overline{A \cap B} }$ will be

  1. $\{0.9,0.7,0.4,0.8,0.9\}$
  2. $\{0.2,0.4,0.8,0.5,0.2\}$
  3. $\{0.1,0.3,0.6,0.3,0.1\}$
  4. $\{0.7,0.3,0.4,0.2,0.7\}$

1 Answer

3 3 votes

{0.1, 0.3 , 0.6 ,0.3 , 0.1}       (min value selected from A and B )

and its complement ={0.9 ,0.7 ,0.4 ,0.7,0.9 }
FUZZY SETS UNION operation takes maximum value of two and intersection operation takes min value 

and complement means subtract from 1 (highest possible membership function)

 so ans is ={ 0.9, 0.7, 0.4, 0.7, 0.9 } none 

so here   μAB¯¯¯¯¯¯¯¯¯¯¯¯

 
 
 
 
edited by
Answer:
Position:
Show:

Related questions

1 1 vote
2 answers 2 answers
10.4k
10.4k views
Misbah Ghaya asked Jul 4, 2016
10,445 views
Consider a fuzzy set old as defined belowOld =$ \left\{(20, 0.1), (30, 0.2), (40, 0.4), (50, 0.6), (60, 0.8), (70, 1), (80, 1)\right\}$.Then the alpha-cut for alpha = $0....
3 3 votes
1 1 answer
4.4k
4.4k views
go_editor asked Jul 8, 2016
4,438 views
Halftoning is defined asA technique to obtain increased visual resolution using multiple intensity levelsA technique for using minimum number of intensity levels to obtai...
5 5 votes
4 4 answers
14.7k
14.7k views
go_editor asked Jul 8, 2016
14,679 views
On a disk with 1000 cylinders (0 to 999) find the number of tracks, the disk arm must move to satisfy all the requests in the disk queue. Assume the last request service ...
2 2 votes
3 answers 3 answers
2.2k
2.2k views
go_editor asked Jul 8, 2016
2,222 views
In which file the compiler manage various objects, which are used in windows programming?Control FileBinary FileText FileObj File