componentsOfKernel(d, F)
Computes all minimal generators of $\ker(F)$ which are of total degree at most d.
|
|
|
|
|
If a grading in which $\ker(F)$ is homogeneous is already known or a specific grading is desired then the option Grading can be used to specify this. In this case the columns of the matrix Grading are automatically used to grade the source of $F$.
If the option UseInterpolation is set to true then interpolateComponent is used to compute polynomials in each homogeneous component instead of computeComponent which is the default. In this case, the resulting polynomials are no longer guaranteed to be in $\ker(F)$ but instead belong to the ideal with high probability. Setting this option to true will often significantly speed up computation, especially when computing high degree polynomials in the kernel of dense polynomial maps.
The object componentsOfKernel is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/MultigradedImplicitization.m2:546:0.