The command E = eagon(R,b) puts the EagonData E in R.cache so that E== R.cache.EagonData, and causes the message "EagonData in <ring>.cache computed to length b"
i1 : R = ZZ/101[x,y]/ideal"x2,xy,y2" o1 = R o1 : QuotientRing |
i2 : E = eagon(R,3) o2 = EagonData in <ring>.cache computed to length 3 o2 : EagonData |
i3 : E === R.cache.EagonData o3 = true |