Internal
problem
ID
[9059]
Book
:
First
order
enumerated
odes
Section
:
section
3.
First
order
odes
solved
using
Laplace
method
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 05:31:45 PM
CAS
classification
:
[_separable]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 1.427 (sec). Leaf size: 5
dsolve([diff(y(t),t)-t*y(t)=0,y(0) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.001 (sec). Leaf size: 6
DSolve[{D[y[t],t]-t*y[t]==0,y[0]==0},y[t],t,IncludeSingularSolutions -> True]