Internal
problem
ID
[8787]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
75
Date
solved
:
Monday, January 27, 2025 at 04:58:38 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.032 (sec). Leaf size: 26
dsolve([diff(x(t),t)=x(t)+y(t),diff(y(t),t)=y(t),diff(z(t),t)=z(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.023 (sec). Leaf size: 62
DSolve[{D[x[t],t]== x[t]+y[t],D[y[t],t] == y[t],D[z[t],t]==z[t]},{x[t],y[t],z[t]},t,IncludeSingularSolutions -> True]