Question: solveing ODE syetem

Question:solveing ODE syetem

r66 15 Maple

i want to solve this system of equation in analytic way in maple.

sys[Dx(t)+.01(.1x(t)+.1)^2*a+.01*.03*y(t)(1+x(t))*b+.02*.01*c*(z(t)+5)*(x(t)+1)=0,Dy(t)++.01*.03*y(t)(1+x(t))*a+.01*.09*y(t)^2+.01*.06*y(t)*(z(t)+5)c=0,Dz(t)+.02*.01*a*(z(t)+5)*(x(t)+1)++.01*.06*y(t)*(z(t)+5)*b+.01*.04*(z(t)+5)^2*c=0]

in this system a, b,c are costant

Please Wait...