I would like to be able to do the following:

>>> f = Function('f')
>>> expr = 2+f
>>> expr(x)
2+f(x)

It would be extremely useful for the vector analysis stuff on which I
am working for gsoc. `f` is a `Field` and `x` is a `Point`.

I will try to implement it. Please raise any objections if you have.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
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/sympy?hl=en.

Reply via email to