Internal
problem
ID
[8999]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 05:26:46 PM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 19
dsolve(c*diff(y(x),x)=a*x+y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.056 (sec). Leaf size: 22
DSolve[c*D[y[x],x]==a*x+y[x],y[x],x,IncludeSingularSolutions -> True]