2.1926   ODE No. 1926

  1. Problem in Latex
  2. Mathematica input
  3. Maple input

{x(t)=f(x(t),y(t))+tx(t),y(t)=g(x(t),y(t))+ty(t)} Mathematica : cpu = 0.0059757 (sec), leaf count = 0 , could not solve

DSolve[{x[t] == f[Derivative[1][x][t], Derivative[1][y][t]] + t*Derivative[1][x][t], y[t] == g[Derivative[1][x][t], Derivative[1][y][t]] + t*Derivative[1][y][t]}, {x[t], y[t]}, t]

Maple : cpu = 0.333 (sec), leaf count = 96

{[{RootOf(tddty(t)+g(_Z,ddty(t))y(t))dt+_C1=tRootOf(tddty(t)+g(_Z,ddty(t))y(t))+f(RootOf(tddty(t)+g(_Z,ddty(t))y(t)),ddty(t))},{x(t)=RootOf(tddty(t)+g(_Z,ddty(t))y(t))dt+_C1}]}