|
D.6.10.2 KSconvert
Procedure from library kskernel.lib (see kskernel_lib).
- Usage:
- KSconvert(matrix M);
M is a matrix of coefficients of the generators of
the kernel of Kodaira-Spencer map in variables T(i)
from the basering. To be called after the procedure
KSker(p,q)
- Return:
- nothing; exports ring KSring2 and matrix KSkernel2 within it,
such that KSring2 resp. KSkernel2 are in variables
T(w) with weights -w. These weights are computed
in the procedure KSker(p,q)
Example:
|