syz GroebnerBasis -- retrieve the syzygy matrix
Synopsis:
Warning: the result may be zero if syzygies were not to be retained
during the calculation, or if the computation was not continued to a
high enough degree.
Code:
-- ../../../Macaulay2/m2/gb.m2:193-195
syz GroebnerBasis := Matrix => options -> (g) -> (
sendgg(ggPush g, gggetsyz);
getMatrix ring g )