Internal
problem
ID
[19037]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
XI.
Ordinary
differential
equations
with
more
than
two
variables.
problems
at
page
129
Problem
number
:
Ex.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:46:19 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.023 (sec). Leaf size: 47
dsolve([diff(x(t),t)-7*x(t)+y(t)=0,diff(y(t),t)-2*x(t)-5*y(t)=0],singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 53
DSolve[{D[x[t],t]-7*x[t]+y[t]==0,D[y[t],t]-2*x[t]-5*y[t]==0},{x[t],y[t]},t,IncludeSingularSolutions -> True]