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