|
D.4.15.9 deltaLoc
Procedure from library normal.lib (see normal_lib).
- Usage:
- deltaLoc(f,J); f poly, J ideal
- Assume:
- f is reduced bivariate polynomial; basering has exactly two variables;
J is irreducible prime component of the singular locus of f (e.g., one
entry of the output of
minAssGTZ(I); , I = <f,jacob(f)>).
- Return:
- list L:
L[1] ; int:
- the sum of (local) delta invariants of f at the (conjugated) singular
points given by J.
L[2] ; int:
- the sum of (local) Tjurina numbers of f at the (conjugated) singular
points given by J.
L[3] ; int:
- the sum of (local) number of branches of f at the (conjugated)
singular points given by J.
- Note:
- procedure makes use of
execute ; increasing printlevel displays
more comments (default: printlevel=0).
Example:
See also:
delta;
tjurina.
|