Lets say I have the heat equation:
$$u_t-u_{xx}=0.$$
I want to apply the following substitution to the heat equation in Maple.
$$\zeta=t/x^2$$ $$u(x,t)=x^cF(t/x^2)=x^cF(\zeta)$$
How can i achive this?
The result should be:
$$cF-c^2F+\frac{d F}{d\zeta}-6\zeta\frac{d F}{d\zeta}+4c\zeta\frac{d F}{d\zeta}-4\zeta^2\frac{d^2 F}{d \zeta^2}=0$$

In Maple, you could do it like so,
And, depending on how you want
xiand the derivatives represented,And terms may be grouped together,