Internal
problem
ID
[8209]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
10.
Systems
of
First-Order
Equations.
Section
A.
Drill
exercises.
Page
400
Problem
number
:
4(c)
Date
solved
:
Monday, January 27, 2025 at 03:46:02 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.033 (sec). Leaf size: 105
dsolve([diff(x(t),t)=-4*x(t)+y(t)-t+3,diff(y(t),t)=-x(t)-5*y(t)+t+1],singsol=all)
✓ Solution by Mathematica
Time used: 1.459 (sec). Leaf size: 131
DSolve[{D[x[t],t]==-4*x[t]+y[t]-t+3,D[y[t],t]==-x[t]-5*y[t]+t+1},{x[t],y[t]},t,IncludeSingularSolutions -> True]