Hello,
On Sun, Feb 21, 2010 at 12:03 PM, bsdz wrote:
> 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
> Symbol
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 t