Internal
problem
ID
[8207]
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(a)
Date
solved
:
Monday, January 27, 2025 at 03:45:59 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 105
dsolve([diff(x(t),t)=x(t)+2*y(t)-4*t+1,diff(y(t),t)=-x(t)+2*y(t)+3*t+4],singsol=all)
✓ Solution by Mathematica
Time used: 1.657 (sec). Leaf size: 128
DSolve[{D[x[t],t]==x[t]+2*y[t]-4+t+1,D[y[t],t]==-x[t]+2*y[t]+3*t+4},{x[t],y[t]},t,IncludeSingularSolutions -> True]