Internal
problem
ID
[11900]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1901
Date
solved
:
Monday, January 27, 2025 at 11:44:17 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.088 (sec). Leaf size: 47
dsolve([diff(x(t),t)=y(t)-z(t),diff(y(t),t)=x(t)+y(t),diff(z(t),t)=x(t)+z(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 93
DSolve[{D[x[t],t]==y[t]-z[t],D[y[t],t]==x[t]+y[t],D[z[t],t]==x[t]+z[t]},{x[t],y[t],z[t]},t,IncludeSingularSolutions -> True]