Internal
problem
ID
[13840]
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
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 06:04:58 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.046 (sec). Leaf size: 58
dsolve([diff(x(t),t)=-11*x(t)-2*y(t),diff(y(t),t)=13*x(t)-9*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.007 (sec). Leaf size: 69
DSolve[{D[x[t],t]==-11*x[t]-2*y[t],D[y[t],t]==13*x[t]-9*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]