I did some experiments for you

f=3*x

assigns a symbolic expression in x to the variable f. In this case,
you should use named argument like

f(x=2)

On the other hand,

f(x)=3*x

assigns to f a symbolic function in x. Then you may just type

f(2)

Cheers
Kwankyu
--~--~---------~--~----~------------~-------~--~----~
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