ComplexZeroMultiplicity(f(z), For(z, c)), rendered , gives the root multiplicity (order of vanishing) of
at the point .
If
is holomorphic at
and , the multiplicity is zero.
If
is a pole of , returns
where
is the order of the pole.
In other words, this operator returns the order of the first nonzero term in the Laurent series of
at .
In the special case where
in a neighborhood of , the order is .
The result is undefined if
is not meromorphic at .
The special expression For(z, c) declares z as a locally bound variable within the scope of the arguments to this operator.
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ComplexZeroMultiplicity | Multiplicity (order) of complex zero | |
Infinity | Positive infinity |
Source code for this entry:
Entry(ID("231a99"), SymbolDefinition(ComplexZeroMultiplicity, ComplexZeroMultiplicity(f(z), For(z, c)), "Multiplicity (order) of complex zero"), Description(SourceForm(ComplexZeroMultiplicity(f(z), For(z, c))), ", rendered", ComplexZeroMultiplicity(f(z), For(z, c)), ", gives the root multiplicity (order of vanishing) of", f(z), "at the point", Equal(z, c), "."), Description("If", f, "is holomorphic at", c, "and", NotEqual(f(c), 0), ", the multiplicity is zero."), Description("If", Equal(z, c), "is a pole of", f(z), ", returns", Neg(n), "where", n, "is the order of the pole."), Description("In other words, this operator returns the order of the first nonzero term in the Laurent series of", f(z), "at", Equal(z, c), "."), Description("In the special case where", Equal(f(z), 0), "in a neighborhood of", c, ", the order is", Infinity, "."), Description("The result is undefined if", f(z), "is not meromorphic at", c, "."), Description("The special expression", SourceForm(For(z, c)), "declares", SourceForm(z), "as a locally bound variable within the scope of the arguments to this operator."))