alphard

5 Reputation

2 Badges

14 years, 291 days

MaplePrimes Activity


These are questions asked by alphard

Hi! I have a problem with the total PDE linear system:

F=F(x,y,z,w,h);

X1(F)=F[x]+F[y]+F[z]+F[w]=0;

X2(F)=x*F[x]+y*F[y]+z*F[z]+w*F[w] - h*F[h]=0;

X3(F)=x^2*F[x]+y^2*F[y]+z^2*F[z]+w^2*F[w] - ((z-x)*h+C*(w-y)/(z-x))F[h]=0;  (C=const)

The Poisson brackets are:

[X1,X2]=X1, [X1,X3]=2*X2, [X2,X3]=X3.

I'v tried to solve this system with pdsolve, but F=const is the only Maple's answer. But I am sure that this system has a...

Page 1 of 1