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