Given two fuzzy sets A and B with membership functions:
\( \mu_A(x) = {0.2, 0.5, 0.6, 0.1, 0.9}\) \(\mu_B(x) = {0.1, 0.5, 0.2, 0.7, 0.8}\)
calculate the membership function of the intersection \(\mu_{A \cap B}(x)\)
1
{0.1, 0.5, 0.6, 0.1,0.8}
2
{0.1, 0.5, 0.2, 0.1,0.8}
3
{0.2, 0.5,0.2, 0.1,0.8}
4
{0.2,0.5,0.6,0.7,0.9}