sage: set_random_seed(1)
sage: n=100;Kx=PolynomialRing(QQ,'x',n)
sage: for i in range(20):
....: l=[Kx.random_element(degree=1,terms=n) for _ in range(n)]
....: #print("l=",l)
....: try: gb=Ideal(l).variety()
....: except Exception as e: print(" exception",e)
....:
skipping text from `)` error at token `)`
---------------------------------------------------------------------------
KeyError
S = groebner(self)
^^^^^^^^^^^^^^
RuntimeError: Error raised calling singular function
exception error in Singular function call 'groebner':
overflow at t^93
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/sage-devel/CAGUWgD8XJP7_57zqTrt1U5M4D_PJCF-kn144Bd6B-nWj3N5Svw%40mail.gmail.com.