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