Back to Numerical Arrays (NumPy)
np.chebfromroots
Construct Chebyshev polynomial from roots.
Syntax
np.chebfromroots(roots)
Description
Construct Chebyshev polynomial from roots.
Parameters
| Name | Description |
|---|---|
| roots | - Array of roots |
Returns
number[]