Yes, I think pretty much all uses of Indexed can be replaced with a multiargument function, but it helps to think about some things as an index rather than an argument of a function, so I'm in support of improving Indexed to work better.
Aaron Meurer On Tue, Feb 10, 2015 at 11:32 AM, Kalevi Suominen <[email protected]> wrote: > > Technically an index is just another argument, though it often takes only a > finite number of values. > Would it be possible to use functions like f(i, x)? > > -- > 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 http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/8410e258-0998-4d65-baba-d3cde66cf283%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- 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 http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BaO_v4yC32X_Kp98p9nBK1cyw2CY2n6BEJAS7JjDsb6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
