desolve + ode problems



"" <stephen.buckley@excite.com> writes:

> Hi All
> 
> problems with desolve [and ode]. Using desolve I get a useless
> looking solution: 
> 
> 			     1
> 		   2 LAPLACE(-, x, LVAR) SIN(3 y) - 3 y(0) COS(3 y)
> 			     x
> (D46) y(x) = ILT(- ------------------------------------------------, 
> 				   3 LVAR COS(3 y)
> 
> 								LVAR, x)
> 
> The actual DE solution is x^2*sin(3y)=constant

What was the actual DE?  

Jay