Hi I used to be able to obtain a function name in Sage 3+ using something like the following: -
fu = function('fu', x) print fu._f._name # would print "fu" I notice that this does not work in Sage 4 and "fu" is no longer a SymbolicFunctionEvaluation but an Expression. Is there a way to obtain the function's name in the above? Thanks Blair -- 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