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$$

xito be typeset with prime notation, or arguments to various function calls to be suppressed, or partials ofu(x,t)to be typeset with subscript notation, etc.PDEtools[declare](xi(x,t), F(xi), prime=xi);– acer Mar 23 '16 at 01:32s2. Perhaps you omitted that line of the above code? I suggest trying it first by issuingrestartand then running all those code lines above, in order. – acer Mar 23 '16 at 13:58