Internal
problem
ID
[6391]
Book
:
Basic
Training
in
Mathematics.
By
R.
Shankar.
Plenum
Press.
NY.
1995
Section
:
Chapter
10,
Differential
equations.
Section
10.2,
ODEs
with
constant
Coefficients.
page
307
Problem
number
:
10.2.8
part(2)
Date
solved
:
Monday, January 27, 2025 at 01:58:46 PM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 61
dsolve(diff(x(t),t$4)+x(t)=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 65
DSolve[D[x[t],{t,4}]+x[t]==0,x[t],t,IncludeSingularSolutions -> True]