I just mean it doesn't have to be subs that does this. It could be some other method, like replace, or something new. I'm not sure if such functionality belongs as a hint to subs or as a different method.
Aaron Meurer On Mon, Apr 30, 2012 at 1:03 AM, Chris Smith <[email protected]> wrote: > On Mon, Apr 30, 2012 at 11:07 AM, Aaron Meurer <[email protected]> wrote: >> Ah, I forgot about replace. Any thoughts on something like >> eq.subs(psi(n, t), z**n*exp(-I*t*omega(z))) (with "subs" possibly >> replaced with something else)? > > I'm not sure what you mean by '"subs" possibly replaced...'. Can you > give an example? > > -- > 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. > -- 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.
