Top
Back: IntersectionMatrix
Forward: plainInvariants
FastBack:
FastForward:
Up: curvepar_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.10.9 ContactMatrix

Procedure from library curvepar.lib (see curvepar_lib).

Usage:
ContactMatrix(I); I ideal

Assume:
i is the defining ideal of a (reducible) plane curve singularity.

Return:
intmat N of the contact matrix of the braches of the curve.

Example:
 
LIB "curvepar.lib";
ring r=0,(x,y),ds;
ideal i=x14-x4y7-y11;
ContactMatrix(i);
==> 0,1,1,1,1,
==> 1,0,1,1,1,
==> 1,1,0,1,1,
==> 1,1,1,0,1,
==> 1,1,1,1,0 


Top Back: IntersectionMatrix Forward: plainInvariants FastBack: FastForward: Up: curvepar_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.