Return Chebyshev instance with specified roots.
Returns an instance of Chebyshev representing the product (x - r[0])*(x - r[1])*...*(x - r[n-1]), where r is the list of roots.
Parameters: | roots : array_like
domain : {array_like, None}, optional
window : array_like, optional
|
---|---|
Returns: | object : Chebyshev instance
|
See also