A = getActionMatrix EFor a zero-dimensional polynomial ideal $I \subset R$, multiplication by a general linear form $f \in R$ induces a linear map $R/I \to R/I$, which can be represented using an action matrix. For an ideal represented by a template matrix, the action matrix may be obtained from the template matrix by various triangularization schemes (RREF, LU Decomposition, etc.) The eigenvalues can be used to determine the (closed) points in the vanishing locus of $I$, as they give the values of $f$ on these points. In this implementation, the action matrix is cached inside the template to facilitate quicker computation.
|
|
|
|
|
The object getActionMatrix is a method function with options.
The source of this document is in EliminationTemplates.m2:1019:0.