Internal
problem
ID
[14128]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
8.4
Systems
of
Linear
Differential
Equations
(Method
of
Undetermined
Coefficients).
Problems
page
520
Problem
number
:
Problem
1(a)
Date
solved
:
Tuesday, January 28, 2025 at 06:15:24 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 1.106 (sec). Leaf size: 135
dsolve([diff(x(t),t)=x(t)+5*y(t)+10*sinh(t),diff(y(t),t)=19*x(t)-13*y(t)+24*sinh(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.044 (sec). Leaf size: 108
DSolve[{D[x[t],t]==x[t]+5*y[t]+10*Sinh[t],D[y[t],t]==19*x[t]-13*y[t]+24*Sinh[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]