sympy.stats.Trapezoidal() in Python
With the help of sympy.stats.Trapezoidal() method, we can get the continuous random variable which represents the Trapezoidal distribution by using this method. Syntax : sympy.stats.Trapezoidal(name, a, b, c, d) Where, a, b, c and d are real number. Return : Return the continuous random variable. Ex