Fuzzy-sets
Question 1 |
Given U={1,2,3,4,5,6,7}
A={(3,0.7),(5,1),(6,0.8)}
then ~A will be: (where ~ → complement)
{(4,0.7), (2,1), (1,0.8)} | |
{(4,0.3), (5,0), (6,0.2)} | |
{(1,1), (2,1), (3, 0.3), (4, 1), (6, 0.2), (7, 1)} | |
{(3, 0.3), (6.0.2)} |
Question 1 Explanation: