devTally = deviations(R)
This command computes the deviations of a Ring, a Complex, or a power series in the form of a RingElement. The deviations are the same as the degrees of the generators of the acyclic closure of R, or the degrees of the generators of the Tor algebra of R. This function takes an option called Limit (default value 3) that specifies the largest deviation to compute.
|
|
|
|
|
|
|
Note that the deviations of T are not graded, since T is not graded. When calling deviations on a Complex, the zeroth free module must be cyclic, and this is checked. The same goes for the case of a RingElement.
|
|
|
|
|
|
|
|
The object deviations is a method function with options.
The source of this document is in DGAlgebras.m2:2483:0.