I would like some help on, I guess, a small thing
I would like to make a Function that is also indexed.
Is that possible ?
the purpose is to be able to write things like
**************************
F = IndexedFunction('F')
i = Idx('i')
diff(F[i](x),x)
**************************