Internal
problem
ID
[11928]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
9,
system
of
higher
order
odes
Problem
number
:
1930
Date
solved
:
Tuesday, January 28, 2025 at 06:24:09 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.074 (sec). Leaf size: 44
dsolve([diff(x(t),t)=y(t)-z(t),diff(y(t),t)=x(t)^2+y(t),diff(z(t),t)=x(t)^2+z(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.030 (sec). Leaf size: 109
DSolve[{D[x[t],t]==y[t]-z[t],D[y[t],t]==x[t]^2+y[t],D[z[t],t]==x[t]^2+z[t]},{x[t],y[t],z[t]},t,IncludeSingularSolutions -> True]