Internal
problem
ID
[17267]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Chapter
3
(Systems
of
differential
equations).
Section
23.
Methods
of
integrating
nonhomogeneous
linear
systems
with
constant
coefficients.
Exercises
page
234
Problem
number
:
814
Date
solved
:
Tuesday, January 28, 2025 at 09:58:38 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.155 (sec). Leaf size: 47
dsolve([diff(x(t),t)=y(t),diff(y(t),t)=-x(t)+1/cos(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 43
DSolve[{D[x[t],t]==y[t],D[y[t],t]==-x[t]+1/Cos[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]