celeries.series.Angle.coefext#
- Angle.coefext(monomial)#
Extract the coefficient in front of a monomial.
- Parameters:
- monomialdict
Monomial provided as a dictionary of the form: variable -> power.
- Returns:
- RSeries
Coefficient in front of the monomial, given as a series depending on all remaining variables.