I believe i recently saw in the sympy documentation a function to set the 
definition of a symbolic function.
Something like 

   var('n')
   F = Function('F')
   the_function_I cant_remember(F, lambda x: x + 1)
   z = F(3*n) # ==> 3*n+1

I thought the function was called something like `bind_function`, but I 
have googled the net and grepped the sympy sources for any reasonable 
variation i can think of without success.
Does it exist, or did I just dream it?

thanks
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/293607fc-2b7d-477c-8e3c-9a208b3b534e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to