Internal
problem
ID
[8208]
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(b)
Date
solved
:
Monday, January 27, 2025 at 03:46:01 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.029 (sec). Leaf size: 89
dsolve([diff(x(t),t)=-2*x(t)+y(t)-t+3,diff(y(t),t)=x(t)+4*y(t)+t-2],singsol=all)
✓ Solution by Mathematica
Time used: 11.075 (sec). Leaf size: 190
DSolve[{D[x[t],t]==-2*x[t]+y[t]-t+3,D[y[t],t]==x[t]+4*y[t]+t-2},{x[t],y[t]},t,IncludeSingularSolutions -> True]