Question: How to solve system of nonlinear ordinary differential equation.

sys_ode.mw 

sys := -diff(g(x), x)*e^(c*x)*c/(3*t) + f(x) = 0, t*(c*e^(2*c*x)*diff(g(x), x) + t*e^(c*x)*(2*c^2 + 3*f(x) - 1))*diff(f(x), x) + 6*c^2*(diff(f(x), x, x)*t*e^(2*c*x) + diff(f(x), x, x, x)*e^(3*c*x)/3) = 0. I have attached worksheet. Please solve this system,of ODE.

Please Wait...