MrBadger

4 Reputation

2 Badges

15 years, 282 days

MaplePrimes Activity


These are questions asked by MrBadger

Suppose I have an ODE:

diff(f(x,y),x$2) + diff(f(x,y),x) + diff(f(x,y),y);

now I want to re-scale the equation so z and x are given in terms of normalised lengths (zeta,xi)

xi=x/x0;

zeta=z/z0;

where x0 and z0 are constants.  On paper this would be written as a chain rule i.e.

df/dx = df/d(xi) . d(xi)/dx

I can't figure out how to get maple to do this for me using any for me.

 

Cheers

Page 1 of 1