Following an old post, I have tried to make a function that calculates the Jackson integral of $q$-calculus:
Clear[JacksonIntegral]; JacksonIntegral[f_[x_], q_, b_] := (1 - q) b Sum[q^j f[q^j b], {j, 0, ∞}] When applied to
A[x_] := x^.25 I have no complaint but no evaluation. More generally, how could I make a new rule in Mathematica?