Back to Numerical Arrays (NumPy)
np.polymul
Multiply two coefficient arrays (power series).
Syntax
np.polymul(c1, c2)
Description
Multiply two coefficient arrays (power series). Uses convolution.
Parameters
| Name | Description |
|---|---|
| c1 | - First coefficient array |
| c2 | - Second coefficient array |
Returns
number[]