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