Internal
problem
ID
[13841]
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
(iv)
Date
solved
:
Tuesday, January 28, 2025 at 06:04:58 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.044 (sec). Leaf size: 56
dsolve([diff(x(t),t)=7*x(t)-5*y(t),diff(y(t),t)=10*x(t)-3*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 62
DSolve[{D[x[t],t]==7*x[t]-5*y[t],D[y[t],t]==10*x[t]-3*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]