Internal
problem
ID
[3443]
Book
:
Ordinary
Differential
Equations,
Robert
H.
Martin,
1983
Section
:
Problem
1.2-1,
page
12
Problem
number
:
1.2-1
(f)
Date
solved
:
Monday, January 27, 2025 at 07:36:52 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 17
dsolve(t*diff(y(t),t)+2*y(t)=sin(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.032 (sec). Leaf size: 19
DSolve[t*D[y[t],t]+2*y[t]==Sin[t],y[t],t,IncludeSingularSolutions -> True]