Learn R Programming

FuzzySTs (version 0.3)

Fuzzy.Square.poly.left: Gives the polynomial expression of the left alpha-levels of the numerical square of a fuzzy number

Description

Gives the polynomial expression of the left alpha-levels of the numerical square of a fuzzy number

Usage

Fuzzy.Square.poly.left(F1L, breakpoints = 100)

Value

A table containing print the related polynoms at the corresponding definition domains.

Arguments

F1L

a fuzzy number.

breakpoints

a positive arbitrary integer representing the number of breaks chosen to build the numerical alpha-cuts. It is fixed to 100 by default.

Examples

Run this code
X <- TrapezoidalFuzzyNumber(1,2,3,4)
Fuzzy.Square.poly.left(X)

Run the code above in your browser using DataLab