Dear sage-supporters,

assume that i have defined some Singular object (say, via
singular.eval), and later i want to produce a Sage object that refers
to it. I tried:
sage: singular.eval('ring r = 0,(x,y,z),dp')
''
sage: R=singular('r')

But unfortunately R does not refer to r but to a copy of r, as the
following shows:
sage: R.name()
'sage5'

How can i make R directly point to r?

Yours
      Simon


--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to