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