πŸ“Š Computer Engineering Soft Computing
Q. 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
μA+B(z) = maxx+y=z (min(μA(x), μB(x))) Then, f(A+B) is equal to
  • (A) {(0.5,12), (0.6,13), (1,
  • (B) {(0.5,12), (0.6,13),
  • (C) {(0.3,12), (0.5,13), (
  • (D) {(0.3,12), (0.5,13), (0.6
πŸ’¬ Discuss
βœ… Correct Answer: (D) {(0.3,12), (0.5,13), (0.6

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
363
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
95%
Success Rate