PrecomputedAssociatedEquations(R, L)¶
lodof.spad line 143 [edit on github]
PrecomputedAssociatedEquations stores some generic precomputations which speed up the computations of the associated equations needed for factoring operators.
- firstUncouplingMatrix: (L, PositiveInteger) -> Union(Matrix R, failed)
firstUncouplingMatrix(op, m)
returns the matrix A such thatA w = (W', W'', ..., W^N)
in the corresponding associated equations for right-factors of orderm
ofop
. Returns “failed” if the matrix A has not been precomputed for the particular combinationdegree(L), m
.