Question: Empty result set on `pdsolve` in Maple2019

 Hello! I'm trying to solve the following: 

pde1 := (y+z)*(diff(u(x, y, z), x))+(z+x)*(diff(u(x, y, z), y))+(x+y)*(diff(u(x, y, z), z)) = 0;
{pdsolve(pde1,u(x,y,z))}

Unfortunately, after calling pdsolve , I get an empty result set . Can you help me figure out what's going on?  Does it  really have no solution? 

 

 

 

 

 

Please Wait...