I knew what to do once, but cannot remember... F(1/j!, j=1..5); ...where... F := proc(X,Range) k := lhs(Range); ... computations of a ... subs(k=a,X); ... end; What do I do to make this subs work...??? k should be 'j', where that 'j' is the global variable.

Please Wait...