Internal
problem
ID
[17800]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
6.
Systems
of
First
Order
Linear
Equations.
Section
6.2
(Basic
Theory
of
First
Order
Linear
Systems).
Problems
at
page
398
Problem
number
:
1
Date
solved
:
Tuesday, January 28, 2025 at 11:03:13 AM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 188
dsolve(diff(y(t),t$4)+5*diff(y(t),t$3)+4*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 95
DSolve[D[y[t],{t,4}]+5*D[y[t],{t,3}]+4*y[t]==0,y[t],t,IncludeSingularSolutions -> True]