Question: PDSolve too many arguments error

Hi,

I'm using maple to solve non linear DE system. The error below appeared. What to do?

eqd1:={diff(u(x),x)=U(x)}:

eqd2:={diff(v(x),x)=V(x)}:

eqd3:={0.004*x*diff(U(x),x)+(x-8*x*V(x)+0.006*U(x)+(3/2-12*V(x)-8*x*diff(V(x),x))*u(x)=0}:

eqd4:=(0.008*x*(V(x)^2)+2*(0.6+x)*v(x)*V(x)+v(x)*u(x)+(v(x)^2)=0}:

fonc:={U(x),u(x),V(x),v(x)}:

sol:=dsolve(eqd1,eqd2,eqd3,eqd4,fonc}:

Error, (in PDEtools/sdsolve) too many arguments; some or all of the following are wrong: [{U(x), u(x)}, {diff(v(x), x) = V(x)}, {1/250*x*(diff(U(x), x))+(x-8*x*V(x)+3/500)*U(x)+(3/2-12*V(x)-8*x*(diff(V(x), x)))*u(x) = 0}, {1/125*x*V(x)^2+2*(3/5+x)*v(x)*V(x)+v(x)*u(x)+v(x)^2 = 0}]

 

Please Wait...