Internal
problem
ID
[9051]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
67
Date
solved
:
Monday, January 27, 2025 at 05:31:31 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.047 (sec). Leaf size: 26
dsolve(diff(y(x),x)=10+exp(x+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.263 (sec). Leaf size: 42
DSolve[D[y[x],x]==10+Exp[x+y[x]],y[x],x,IncludeSingularSolutions -> True]