Internal
problem
ID
[3242]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
26,
page
115
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 07:27:20 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.023 (sec). Leaf size: 27
dsolve([5*diff(y(t),t)-3*diff(x(t),t)-5*y(t)=5*t,3*diff(x(t),t)-5*diff(y(t),t)-2*x(t)=0],singsol=all)
✓ Solution by Mathematica
Time used: 0.036 (sec). Leaf size: 43
DSolve[{5*D[y[t],t]-3*D[x[t],t]-5*y[t]==5*t,3*D[x[t],t]-5*D[y[t],t]-2*x[t]==0},{x[t],y[t]},t,IncludeSingularSolutions -> True]