resDM(D)
resDM(D,k)
Given a differential module D, this method creates a free flag resolution of D, using Algorithm 2.7 from the accompanying paper "The multigraded BGG correspondence in Macaulay2". The default resDM(D) runs the algorithm for the number of steps determined by the dimension of the ambient ring. Alternatively, resDM(D,k) iterates k steps of the algorithm.
|
|
|
|
|
|
The default algorithm runs for dim R + 1 steps. Adding the number of steps as a second argument is like adding a LengthLimit.
|
|
|
|
|
|
|
The object resDM is a method function.