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