Internal
problem
ID
[17923]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
50
(page
56)
Date
solved
:
Tuesday, January 28, 2025 at 11:12:47 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 21
dsolve(diff(y(x),x)=k*y(x)+f(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.049 (sec). Leaf size: 32
DSolve[D[y[x],x]==k*y[x]+f[x],y[x],x,IncludeSingularSolutions -> True]