Hi,

How can I convert a Singular list to a Sage list?
For instance:
T is a Singular list with value

[1]:
   _[1]=1
[2]:
   _[1]=1
[3]:
   [1]:
      [1]:
         _[1]=0
      [2]:
         [1]:
            _[1]=(x^2+y^2-4*y+3)
         [2]:
            _[1]=(x^4+2*x^2*y^2-9*x^2+y^4-9*y^2+4*y+12)

I can get a Sage string (using singular.eval(T)) but it would be more convenient getting a (structured) Sage list. Is there a command for doing so?

Thanks.

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to