Rectangle
Rectangle
¶
Bases: Term
Basic term that represents the rectangle membership function.
Equation
\(\mu(x) = \begin{cases} h & \mbox{if } s \le x \le e \cr 0 & \mbox{otherwise} \end{cases}\)
where
- \(h\): height of the Term
- \(s\): start of the Rectangle
- \(e\): end of the Rectangle