| 1 | initial version |
aa[0:1] is a list composed of just one element. Conversion of a list into SR in not defined.
Do you mean SR(aa[0]) by any chance?
As for groebner_basis(), it's unclear why do you need symbolic expressions as ideals and Groebner bases are defined over polynomial rings, and typically do not require any conversion to symbolic ring.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.