Hej All, I was trying to do some work on: http://trac.sagemath.org/sage_trac/ticket/9129
The problem seems to be in the .sqrt functiontion for symbolic ring elements. The source code is: return new_Expression_from_GEx(self._parent, g_hold2_wrapper(g_power_construct, self._gobj, g_ex1_2, hold)) But I get stuck here since I have no clue what new_Expression_from_GEx does (it doesn't have a docstring and I'm not able to figure it out by source code alone.) Can someone help with this? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org