Internal
problem
ID
[3237]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
26,
page
115
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 07:27:16 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.065 (sec). Leaf size: 31
dsolve([diff(x(t),t)-x(t)=cos(t),diff(y(t),t)+y(t)=4*t],singsol=all)
✓ Solution by Mathematica
Time used: 0.073 (sec). Leaf size: 39
DSolve[{D[x[t],t]-x[t]==Cos[t],D[y[t],t]+y[t]==4*t},{x[t],y[t]},t,IncludeSingularSolutions -> True]