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