Question

9. For a fuzzy system with double inputs and single output, x and y are the inputs, z is the output. Assume that the elements
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Let the Cartesian product be  Ax B . Then the fuzzy Cartesian product is given by LAx B (X , Y )  = Min ( LAX), B(Y) )

A2(X ={ X1, 0.6), (X2, 0.4), (X3, 0.3) } , where X = { a1 , a2 ,a3 } . So , A2(X = { a1,0.6), (a2, 0.4), (a3, 0.3) }

B2Y = { (Y1,0.6), (Y2,0.8), (Y3,0.6) } , where Y = { b1 , b2 , b3 } . So , B2(Y(b1,0.6), (b2, 0.8), (b3, 0.6) }   

LA2x B =   0.6 0.6 0.6 0.4 0.4 0.4 0.3 0.3 0.3 . = C2(Z)

Add a comment
Know the answer?
Add Answer to:
9. For a fuzzy system with double inputs and single output, x and y are the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • MATLAB: Do the following with the provided .m file (b) Now on the MATLAB prompt, let...

    MATLAB: Do the following with the provided .m file (b) Now on the MATLAB prompt, let us create any two 3 × 3 matrices and you can do the following: X=magic(3); Y=magic(3); X*Y matrixMultiplication3by3(X,Y) (c) Now write a new function in MATLAB called matrixMultiplication that can multiply any two n × n matrix. You can safely assume that we will not test your program with matrices that do not have their inner dimensions matched up CODE: function [C] = matrixMultiplicationFor3by3(A,B)...

  • The data on the table follow an exponential model y-aebx, Fill in the blanks 0.4 800...

    The data on the table follow an exponential model y-aebx, Fill in the blanks 0.4 800 [a1] [b1] [c1] [d1] 0.8 975 [a2] [b2] [c2] [d2] 1.2 1500 [a3] b3] [c3] [d3] 1.6 1950 [a4] b4] [c4] [d4] 2 2900 [a5 [b5] [c5] [d5 2.3 3600 [a6] [b6] [c6] [d6] Sum [a b c7] [d7] The average value of w is [e1] The average value of z is [e2] a1- [e3] a0- [e4] а» [e5] b- [e6]

  • can you multiply the yellow number by 9 then solve 1) ALU Design: Carry-Select Adder UCE...

    can you multiply the yellow number by 9 then solve 1) ALU Design: Carry-Select Adder UCE Given: A 4-bit adder is implemented in a carry ripple style as shown in the figure below. B3 A3 B2 A2 B1 A1 BOAD -- FA c3 FA c1 FA FA CO='1' $1 SO Sought: Please calculate the output carries for each full adder (FA) using A=0x01 and B=0x04. It is required to show ALL incremental steps of the solution, then record each the...

  • Given: A 4-bit adder is implemented in a carry ripple style as shown in the figure...

    Given: A 4-bit adder is implemented in a carry ripple style as shown in the figure below. B3 A3 B2 A2 B1 A1 во АО FA c1 FA FA FA CO='1' SO Sought: Please calculate the output carries for each full adder (FA) using A= 0x04and B=0x04. It is required to show ALL incremental steps of the solution, then record each the final results in the table below. C4 C3 C2 ci

  • assignament for excel...is there any way to upload the table this creates?? In this activity, we...

    assignament for excel...is there any way to upload the table this creates?? In this activity, we use data from a random sample of women who participated in a study in 1986 at the Baystate Medical Center in Springfield, MA. (Source: Hosmer and Lemeshow (2000), Applied Logistic Regression: Second Edition.) For the 30 women in the study with a history of premature labor, a proportion of 18/30 = 0.60 (60%) had babies with low birth weight. For the remaining 159 women,...

  • 1. What is output by the following code: ArrayList< Integer > a = new ArrayList< Integer...

    1. What is output by the following code: ArrayList< Integer > a = new ArrayList< Integer >(); ArrayList b = a; a.add(new Integer(4)); b.add(new Integer(5)); a.add(new Integer(6)); a.add(new Integer(7)); System.out.println(b.size()); A)1 B)2 C)3 D)4 E)5 2. Assume the Student and Employee classes each extend the Person class. The Student class overrides the getMoney method in the Person class. Consider the following code:     Person p1, p2, p3;     int m1, m2, m3;     p1 = new Person();     m1 = p1.getMoney();     // assignment 1...

  • the equation of a parabola is y=ax^2 +bx+c Use a for loop and if statements in a program capable of finding the maximum...

    the equation of a parabola is y=ax^2 +bx+c Use a for loop and if statements in a program capable of finding the maximum or minimum value of diffenrent parabolas. As input, the program is to read the data consisting of a,b,c for the four parabolas from a file called PARA.DAT, which consists of four lines. Please show me the source code, thanks! 194 C Programming: A Q & A Approach In sists Application Exercises lines 4.1. The equation of a...

  • 3. The system represented by the block diagram below modulates the message signal x(t) with a carrier wave c(t) to yield -(). The signal y(t) is generated by multiplying z() by the carrier wave c(t)....

    3. The system represented by the block diagram below modulates the message signal x(t) with a carrier wave c(t) to yield -(). The signal y(t) is generated by multiplying z() by the carrier wave c(t). c(t) c(t) y(t) z(t) The output signal,y(t), can be written as y(t)-C() × X() x C(t). Using the properties of a) Fourier Transforms, write Yi) in terms of Cjo) and Yj). [2 points] The Fourier Transform of x(t) is illustrated below. 0.9 0.8 0.7 0.6...

  • 3. (30 pts.) Implement the following ASM Func (X, Y, Z, start, U, done) X[O:7], Y[0:7], input start; .Output U[0:7...

    3. (30 pts.) Implement the following ASM Func (X, Y, Z, start, U, done) X[O:7], Y[0:7], input start; .Output U[0:7], done Registers A(0:7], B[0:7], C[0:7); . Si: If start' goto S1; S2: A <= X 11 B <= Y 11 C <= (00000000) 11 done <= 0; S3: A <= Add (A, B) 11 C Inc (C); <= .S4: If A' [7] goto S3; · SS: U <= C 11 done <= 1 11 goto S1; end Func Design a...

  • 3. (30 pts.) Implement the following ASM: Func(x, Y. Z, start, U, done) Input XIO:71, YIO:7. start: Output U[0:71 d...

    3. (30 pts.) Implement the following ASM: Func(x, Y. Z, start, U, done) Input XIO:71, YIO:7. start: Output U[0:71 done: A[O:7], Registers B[0:7], C[0:7); i: If start' goto Si S2: A -XII BYI1C-(00000000)11 done c-0 S3: A <" Add (A, B) 11 C <" Inc (C); .S4: IE A' 71 goto S3 S5:U- CIl done <1 11 goto $1 end Func Design a datapath subsystem that is adequate to execute the algorithm. i. Use a table to list the instructions...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT