x = splittings(a,b)
Assuming that (a,b) are the maps of a right exact sequence
$0\to A\to B\to C \to 0$
with B, C free, the script produces a pair of maps sigma, tau with $tau: C \to B$ a splitting of b and $sigma: B \to A$ a splitting of a; that is,
$a*sigma+tau*b = 1_B$
$sigma*a = 1_A$
$b*tau = 1_C$
|
|
|
|
|
|
The object splittings is a method function.
The source of this document is in CompleteIntersectionResolutions.m2:3925:0.