Internal
problem
ID
[13838]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
29,
Complex
eigenvalues.
Exercises
page
292
Problem
number
:
29.3
(i)
Date
solved
:
Tuesday, January 28, 2025 at 06:04:56 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.044 (sec). Leaf size: 81
dsolve([diff(x(t),t)=-y(t),diff(y(t),t)=x(t)-y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.029 (sec). Leaf size: 112
DSolve[{D[x[t],t]==-y[t],D[y[t],t]==x[t]-y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]