celeries.series.Series.coefext#

Series.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.