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