Dear all,
I am interested in doing a small thing (perhaps).
I wish to have an 'indexed function'
The purpose would be to have something like
**************
f = symbols('f', cls=IndexedFunction)
i = Idx('i')
print diff(f[i](x),x)
**************
So, I understand that the idea is pleasant. Someone willing to extend indexes ? Otherwise, how can I help ? Do you have pointers to the ways indexes are working ?