powered by
Gives the polynomial expression of the right alpha-levels of the numerical square of a fuzzy number
Fuzzy.Square.poly.right(F1L, breakpoints = 100)
A table containing print the related polynoms at the corresponding definition domains.
a fuzzy number.
a positive arbitrary integer representing the number of breaks chosen to build the numerical alpha-cuts. It is fixed to 100 by default.
X <- TrapezoidalFuzzyNumber(1,2,3,4) Fuzzy.Square.poly.right(X)
Run the code above in your browser using DataLab