Internal
problem
ID
[11925]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
9,
system
of
higher
order
odes
Problem
number
:
1926
Date
solved
:
Tuesday, January 28, 2025 at 06:24:08 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.519 (sec). Leaf size: 95
dsolve([x(t)=t*diff(x(t),t)+f(diff(x(t),t),diff(y(t),t)),y(t)=t*diff(y(t),t)+g(diff(x(t),t),diff(y(t),t))],singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 28
DSolve[{x[t]==t*D[x[t],t]+f[D[x[t],t],D[y[t],t]],y[t]==t*D[y[t],t]+g[D[x[t],t],D[y[t],t]]},{x[t],y[t]},t,IncludeSingularSolutions -> True]